Skip to content

Commit

Permalink
update to 9b31a2d83fa7cb0fe4d75ce7cf6a2c9ea2ce0728 (nightly)
Browse files Browse the repository at this point in the history
  • Loading branch information
deadsnakes-issues-bot committed Oct 2, 2024
1 parent fc06b64 commit 9342374
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 8 deletions.
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-1757-g9b31a2d83f-1+jammy1) jammy; urgency=medium

* Update to v3.14.0a0-1757-g9b31a2d83f.

-- Anthony Sottile (deadsnakes) <[email protected]> Wed, 02 Oct 2024 08:53:28 +0000

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

* Update to v3.14.0a0-1744-g4129a74a37.
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-1757-g9b31a2d83f-1+noble1) noble; urgency=medium

* Update to v3.14.0a0-1757-g9b31a2d83f.

-- Anthony Sottile (deadsnakes) <[email protected]> Wed, 02 Oct 2024 08:53:27 +0000

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

* Update to v3.14.0a0-1744-g4129a74a37.
Expand Down
2 changes: 1 addition & 1 deletion cpython
Submodule cpython updated 59 files
+4 −2 Doc/Makefile
+32 −9 Doc/library/argparse.rst
+9 −1 Doc/library/dataclasses.rst
+15 −1 Doc/library/datetime.rst
+5 −7 Doc/library/sys.monitoring.rst
+5 −1 Doc/tools/extensions/patchlevel.py
+3 −2 Doc/using/windows.rst
+7 −0 Doc/whatsnew/3.14.rst
+4 −0 Include/cpython/code.h
+4 −9 Include/cpython/dictobject.h
+2 −28 Include/internal/pycore_dict.h
+0 −4 Include/internal/pycore_dict_state.h
+3 −2 Include/internal/pycore_interp.h
+5 −5 Include/internal/pycore_object.h
+4 −4 Include/internal/pycore_tstate.h
+0 −75 Include/internal/pycore_typeid.h
+72 −0 Include/internal/pycore_uniqueid.h
+33 −8 Lib/argparse.py
+4 −2 Lib/asyncio/__main__.py
+3 −3 Lib/dataclasses.py
+95 −85 Lib/statistics.py
+2 −2 Lib/test/support/import_helper.py
+204 −12 Lib/test/test_argparse.py
+1 −1 Lib/test/test_calendar.py
+17 −0 Lib/test/test_dataclasses/__init__.py
+0 −191 Lib/test/test_dict_version.py
+0 −35 Lib/test/test_free_threading/test_dict.py
+41 −0 Lib/test/test_monitoring.py
+37 −0 Lib/test/test_repl.py
+9 −0 Lib/test/test_tomllib/test_error.py
+6 −1 Lib/tomllib/_parser.py
+2 −2 Makefile.pre.in
+3 −0 Misc/NEWS.d/next/C_API/2024-09-24-20-34-21.gh-issue-124296.S4QoS1.rst
+2 −0 Misc/NEWS.d/next/Library/2018-12-04-07-36-27.bpo-14074.fMLKCu.rst
+2 −0 Misc/NEWS.d/next/Library/2024-08-06-07-24-00.gh-issue-118974.qamsCQ.rst
+1 −0 Misc/NEWS.d/next/Library/2024-09-26-00-35-24.gh-issue-116750.X1aMHI.rst
+1 −0 Misc/NEWS.d/next/Library/2024-09-26-13-43-39.gh-issue-124594.peYhsP.rst
+4 −0 Misc/NEWS.d/next/Library/2024-09-30-19-59-28.gh-issue-66436.4gYN_n.rst
+3 −0 Misc/NEWS.d/next/Library/2024-10-01-12-43-42.gh-issue-124835.SVyp3K.rst
+0 −14 Modules/_testcapi/dict.c
+0 −20 Modules/_testcapimodule.c
+21 −42 Objects/dictobject.c
+3 −3 Objects/typeobject.c
+1 −1 PCbuild/_freeze_module.vcxproj
+1 −1 PCbuild/_freeze_module.vcxproj.filters
+2 −2 PCbuild/pythoncore.vcxproj
+4 −4 PCbuild/pythoncore.vcxproj.filters
+1 −3 Python/bytecodes.c
+28 −1 Python/clinic/instrumentation.c.h
+1 −3 Python/executor_cases.c.h
+7 −7 Python/gc_free_threading.c
+1 −3 Python/generated_cases.c.h
+84 −0 Python/instrumentation.c
+2 −2 Python/optimizer_analysis.c
+2 −2 Python/pylifecycle.c
+4 −3 Python/pystate.c
+60 −56 Python/uniqueid.c
+2 −2 Tools/msi/bundle/bootstrap/PythonBootstrapperApplication.cpp
+0 −8 Tools/msi/purge.py
2 changes: 1 addition & 1 deletion patches/argparse-no-shutil.diff
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Subject: argparse-no-shutil
1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/Lib/argparse.py b/Lib/argparse.py
index 8e56832..492a291 100644
index 286948c..b0aa8f0 100644
--- a/Lib/argparse.py
+++ b/Lib/argparse.py
@@ -176,9 +176,12 @@ def __init__(self,
Expand Down
2 changes: 1 addition & 1 deletion patches/destshared-location.patch
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Forwarded: no
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.pre.in b/Makefile.pre.in
index 1af20d2..4ae5fbc 100644
index 444a1cf..6850d3d 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -169,7 +169,7 @@ EXT_SUFFIX= @EXT_SUFFIX@
Expand Down
2 changes: 1 addition & 1 deletion patches/distutils-install-layout.diff
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ index 035913c..c23db4f 100644
else:
# other platforms
diff --git a/Makefile.pre.in b/Makefile.pre.in
index a4d9926..3fa5c9e 100644
index 07c8a4d..17c5474 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -159,7 +159,7 @@ WHEEL_PKG_DIR= @WHEEL_PKG_DIR@
Expand Down
2 changes: 1 addition & 1 deletion patches/lib-argparse.diff
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Subject: lib-argparse
1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/Lib/argparse.py b/Lib/argparse.py
index 874f271..8e56832 100644
index 21299b6..286948c 100644
--- a/Lib/argparse.py
+++ b/Lib/argparse.py
@@ -89,7 +89,16 @@
Expand Down
2 changes: 1 addition & 1 deletion patches/multiarch.diff
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ index 9842fd0..8d95ec3 100644
srcdir = _CONFIG_VARS.get('srcdir', _PROJECT_BASE)
if os.name == 'posix':
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 3fa5c9e..9eaf6a6 100644
index 17c5474..63e12bc 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1775,6 +1775,7 @@ Python/interpconfig.o: $(srcdir)/Python/interpconfig.c $(srcdir)/Python/config_c
Expand Down
2 changes: 1 addition & 1 deletion patches/reproducible-buildinfo.diff
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Subject: reproducible-buildinfo
1 file changed, 2 insertions(+)

diff --git a/Makefile.pre.in b/Makefile.pre.in
index 9eaf6a6..e7d672c 100644
index 63e12bc..f483946 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1733,6 +1733,8 @@ Modules/getbuildinfo.o: $(PARSER_OBJS) \
Expand Down
2 changes: 1 addition & 1 deletion patches/sysconfigdata-name.patch
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ index 8d95ec3..344a765 100644

def _init_posix(vars):
diff --git a/Makefile.pre.in b/Makefile.pre.in
index e7d672c..1af20d2 100644
index f483946..444a1cf 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -2620,8 +2620,10 @@ libinstall: all $(srcdir)/Modules/xxmodule.c
Expand Down

0 comments on commit 9342374

Please sign in to comment.