Skip to content

Commit

Permalink
update to 6431f379b86c2f41a9a9f5a54e77d4e8d556489d (nightly)
Browse files Browse the repository at this point in the history
  • Loading branch information
deadsnakes-issues-bot committed Nov 6, 2024
1 parent 0db4c70 commit 473f812
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions changelogs/nightly/jammy
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
python3.14 (3.14.0~a1-255-g6431f379b8-1+jammy1) jammy; urgency=medium

* Update to v3.14.0a1-255-g6431f379b8.

-- Anthony Sottile (deadsnakes) <[email protected]> Wed, 06 Nov 2024 08:53:04 +0000

python3.14 (3.14.0~a1-238-g3d4fda2165-1+jammy1) jammy; urgency=medium

* Update to v3.14.0a1-238-g3d4fda2165.
Expand Down
6 changes: 6 additions & 0 deletions changelogs/nightly/noble
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
python3.14 (3.14.0~a1-255-g6431f379b8-1+noble1) noble; urgency=medium

* Update to v3.14.0a1-255-g6431f379b8.

-- Anthony Sottile (deadsnakes) <[email protected]> Wed, 06 Nov 2024 08:53:04 +0000

python3.14 (3.14.0~a1-238-g3d4fda2165-1+noble1) noble; urgency=medium

* Update to v3.14.0a1-238-g3d4fda2165.
Expand Down
2 changes: 1 addition & 1 deletion cpython
Submodule cpython updated 42 files
+1 −1 .azure-pipelines/ci.yml
+4 −4 .github/workflows/build.yml
+6 −5 .github/workflows/jit.yml
+0 −1 .github/workflows/posix-deps-apt.sh
+1 −1 .github/workflows/reusable-tsan.yml
+1 −1 .github/workflows/reusable-ubuntu.yml
+1 −1 .github/workflows/reusable-wasi.yml
+2 −4 Doc/c-api/allocation.rst
+5 −0 Doc/library/pathlib.rst
+9 −0 Doc/whatsnew/3.14.rst
+9 −5 Lib/inspect.py
+5 −1 Lib/multiprocessing/managers.py
+37 −22 Lib/pathlib/_abc.py
+6 −19 Lib/pathlib/_local.py
+9 −0 Lib/test/_test_multiprocessing.py
+21 −0 Lib/test/test_dis.py
+13 −0 Lib/test/test_inspect/test_inspect.py
+0 −5 Lib/test/test_pathlib/test_pathlib_abc.py
+13 −0 Lib/test/test_yield_from.py
+1 −0 Misc/ACKS
+2 −0 Misc/NEWS.d/next/Core_and_Builtins/2024-11-03-15-15-36.gh-issue-126366.8BBdGU.rst
+1 −0 Misc/NEWS.d/next/Library/2024-06-06-04-06-05.gh-issue-70764.6511hw.rst
+3 −0 Misc/NEWS.d/next/Library/2024-11-04-16-40-02.gh-issue-126417.OWPqn0.rst
+1 −0 Misc/NEWS.d/next/Windows/2024-10-29-20-09-52.gh-issue-126074.83ZzZs.rst
+1 −1 Modules/_interpchannelsmodule.c
+25 −12 Modules/_lsprof.c
+4 −2 Modules/_ssl.c
+3 −3 Modules/_winapi.c
+3 −3 Modules/blake2module.c
+7 −1 PC/layout/main.py
+1 −1 PC/venvlauncher.c
+4 −3 Python/bytecodes.c
+1 −1 Python/compile.c
+3 −2 Python/executor_cases.c.h
+4 −3 Python/generated_cases.c.h
+5 −7 Python/jit.c
+6 −4 Python/specialize.c
+9 −6 Tools/gdb/libpython.py
+2 −2 Tools/jit/_targets.py
+2 −2 Tools/jit/_writer.py
+1 −0 Tools/jit/ignore-tests-emulated-linux.txt
+0 −0 Tools/jit/shim.c

0 comments on commit 473f812

Please sign in to comment.