Skip to content

Commit

Permalink
update to 3a0e7f57628466aedcaaf6c5ff7c8224f5155a2c (nightly)
Browse files Browse the repository at this point in the history
  • Loading branch information
deadsnakes-issues-bot committed Sep 27, 2024
1 parent 325c30e commit ca58797
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~a0-1684-g3a0e7f5762-1+jammy1) jammy; urgency=medium

* Update to v3.14.0a0-1684-g3a0e7f5762.

-- Anthony Sottile (deadsnakes) <[email protected]> Fri, 27 Sep 2024 08:52:47 +0000

python3.14 (3.14.0~a0-1657-g08a467b537-1+jammy1) jammy; urgency=medium

* Update to v3.14.0a0-1657-g08a467b537.
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~a0-1684-g3a0e7f5762-1+noble1) noble; urgency=medium

* Update to v3.14.0a0-1684-g3a0e7f5762.

-- Anthony Sottile (deadsnakes) <[email protected]> Fri, 27 Sep 2024 08:52:47 +0000

python3.14 (3.14.0~a0-1657-g08a467b537-1+noble1) noble; urgency=medium

* Update to v3.14.0a0-1657-g08a467b537.
Expand Down
2 changes: 1 addition & 1 deletion cpython
Submodule cpython updated 73 files
+0 −24 .devcontainer/Dockerfile
+1 −3 .devcontainer/devcontainer.json
+10 −3 Doc/faq/programming.rst
+11 −11 Doc/library/annotationlib.rst
+13 −13 Doc/library/ast.rst
+6 −8 Doc/library/concurrent.futures.rst
+17 −15 Doc/library/functools.rst
+15 −6 Doc/library/multiprocessing.rst
+5 −3 Doc/library/string.rst
+1 −1 Doc/library/typing.rst
+33 −10 Doc/library/unittest.mock.rst
+131 −11 Doc/library/venv.rst
+8 −2 Doc/reference/compound_stmts.rst
+24 −15 Doc/reference/expressions.rst
+1 −1 Doc/tools/templates/download.html
+0 −121 Doc/using/venv-create.inc
+10 −2 Doc/whatsnew/3.14.rst
+1 −0 Include/internal/pycore_ceval.h
+1 −1 Include/internal/pycore_interp.h
+11 −3 Include/internal/pycore_optimizer.h
+0 −1 Include/internal/pycore_typeobject.h
+36 −35 Include/internal/pycore_uop_ids.h
+4 −0 Include/internal/pycore_uop_metadata.h
+3 −3 Lib/_collections_abc.py
+21 −9 Lib/_pyrepl/windows_console.py
+32 −20 Lib/annotationlib.py
+13 −13 Lib/multiprocessing/context.py
+11 −19 Lib/pdb.py
+19 −5 Lib/test/_test_multiprocessing.py
+9 −1 Lib/test/support/__init__.py
+79 −106 Lib/test/test_annotationlib.py
+43 −0 Lib/test/test_dataclasses/__init__.py
+30 −37 Lib/test/test_free_threading/test_list.py
+7 −7 Lib/test/test_free_threading/test_monitoring.py
+3 −3 Lib/test/test_free_threading/test_type.py
+18 −0 Lib/test/test_gc.py
+1 −6 Lib/test/test_super.py
+4 −4 Lib/test/test_ttk/test_style.py
+13 −0 Lib/test/test_type_aliases.py
+1 −1 Lib/test/test_type_annotations.py
+2 −2 Lib/test/test_type_params.py
+11 −11 Lib/test/test_typing.py
+72 −0 Lib/test/test_unittest/testmock/testhelpers.py
+11 −11 Lib/typing.py
+20 −8 Lib/unittest/mock.py
+2 −0 Misc/NEWS.d/next/Core_and_Builtins/2024-08-27-21-44-14.gh-issue-116017.ZY3yBY.rst
+3 −0 Misc/NEWS.d/next/Core_and_Builtins/2024-09-26-17-55-34.gh-issue-116510.dhn8w8.rst
+5 −0 Misc/NEWS.d/next/Core_and_Builtins/2024-09-26-18-21-06.gh-issue-116510.FacUWO.rst
+5 −0 Misc/NEWS.d/next/Library/2024-09-19-00-09-48.gh-issue-84559.IrxvQe.rst
+4 −0 Misc/NEWS.d/next/Library/2024-09-24-13-32-16.gh-issue-124176.6hmOPz.rst
+2 −0 Misc/NEWS.d/next/Library/2024-09-25-12-14-58.gh-issue-124498.Ozxs55.rst
+1 −0 Misc/NEWS.d/next/Library/2024-09-25-18-34-48.gh-issue-124538.nXZk4R.rst
+8 −12 Modules/_collectionsmodule.c
+2 −0 Modules/_datetimemodule.c
+13 −5 Modules/_decimal/_decimal.c
+35 −13 Modules/_functoolsmodule.c
+7 −3 Objects/capsule.c
+5 −28 Objects/typeobject.c
+11 −2 Objects/typevarobject.c
+42 −6 Objects/unicodeobject.c
+8 −0 Python/bytecodes.c
+6 −0 Python/ceval_gil.c
+9 −0 Python/executor_cases.c.h
+26 −3 Python/gc.c
+42 −0 Python/optimizer.c
+4 −0 Python/optimizer_cases.c.h
+1 −0 Python/pystate.c
+2 −2 Tools/build/generate_global_objects.py
+1 −0 Tools/cases_generator/analyzer.py
+3 −0 Tools/jit/_targets.py
+0 −13 Tools/wasm/Setup.local.example
+0 −44 Tools/wasm/build_wasi.sh
+2 −0 Tools/wasm/wasi-env

0 comments on commit ca58797

Please sign in to comment.