Skip to content

Commit

Permalink
update to ff0ef0a54bef26fc507fbf9b7a6009eb7d3f17f5 (nightly)
Browse files Browse the repository at this point in the history
  • Loading branch information
deadsnakes-issues-bot committed Nov 14, 2024
1 parent b1fb5b7 commit ffb838b
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 16 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~a1-364-gff0ef0a54b-1+jammy1) jammy; urgency=medium

* Update to v3.14.0a1-364-gff0ef0a54b.

-- Anthony Sottile (deadsnakes) <[email protected]> Thu, 14 Nov 2024 08:53:15 +0000

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

* Update to v3.14.0a1-346-g1e40c5ba47.
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-364-gff0ef0a54b-1+noble1) noble; urgency=medium

* Update to v3.14.0a1-364-gff0ef0a54b.

-- Anthony Sottile (deadsnakes) <[email protected]> Thu, 14 Nov 2024 08:53:15 +0000

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

* Update to v3.14.0a1-346-g1e40c5ba47.
Expand Down
2 changes: 1 addition & 1 deletion cpython
Submodule cpython updated 54 files
+4 −1 .github/CODEOWNERS
+1 −1 .github/workflows/build.yml
+24 −0 Doc/c-api/object.rst
+24 −0 Doc/library/getopt.rst
+1 −1 Doc/library/pprint.rst
+32 −3 Doc/library/socket.rst
+29 −2 Doc/library/tomllib.rst
+2 −1 Doc/reference/expressions.rst
+2 −0 Doc/whatsnew/3.13.rst
+6 −0 Doc/whatsnew/3.14.rst
+7 −0 Include/cpython/object.h
+2 −2 Lib/_pyrepl/_minimal_curses.py
+1 −1 Lib/ensurepip/__init__.py
+ Lib/ensurepip/_bundled/pip-24.3.1-py3-none-any.whl
+13 −5 Lib/getopt.py
+5 −1 Lib/importlib/_bootstrap_external.py
+20 −13 Lib/multiprocessing/managers.py
+14 −4 Lib/posixpath.py
+1 −3 Lib/test/libregrtest/cmdline.py
+17 −2 Lib/test/libregrtest/main.py
+1 −3 Lib/test/libregrtest/mypy.ini
+2 −0 Lib/test/libregrtest/run_workers.py
+2 −0 Lib/test/test_buffer.py
+46 −0 Lib/test/test_capi/test_object.py
+6 −0 Lib/test/test_getopt.py
+32 −0 Lib/test/test_importlib/test_util.py
+59 −0 Lib/test/test_posixpath.py
+33 −1 Lib/test/test_tomllib/test_error.py
+99 −49 Lib/tomllib/_parser.py
+1 −0 Misc/ACKS
+2 −0 Misc/NEWS.d/next/C_API/2024-09-03-13-33-33.gh-issue-123619.HhgUUI.rst
+3 −0 Misc/NEWS.d/next/Core_and_Builtins/2024-11-09-16-10-22.gh-issue-126066.9zs4m4.rst
+1 −0 Misc/NEWS.d/next/Core_and_Builtins/2024-11-12-19-24-00.gh-issue-126341.5SdAe1.rst
+1 −0 Misc/NEWS.d/next/Library/2022-10-15-10-18-20.gh-issue-71936.MzJjc_.rst
+2 −0 Misc/NEWS.d/next/Library/2024-06-05-19-09-36.gh-issue-118289.moL9_d.rst
+2 −0 Misc/NEWS.d/next/Library/2024-11-04-13-16-18.gh-issue-126390.Cxvqa5.rst
+2 −0 Misc/NEWS.d/next/Library/2024-11-05-09-54-49.gh-issue-126175.spnjJr.rst
+1 −0 Misc/NEWS.d/next/Library/2024-11-13-20-03-18.gh-issue-126188.RJLKk-.rst
+1 −0 Misc/NEWS.d/next/Security/2024-11-13-11-09-12.gh-issue-126623.TO7NnR.rst
+11 −11 Misc/sbom.spdx.json
+8 −1 Modules/_testcapi/object.c
+9 −0 Modules/_testinternalcapi.c
+4 −2 Modules/expat/expat.h
+4 −5 Modules/expat/expat_external.h
+57 −0 Modules/expat/refresh.sh
+14 −4 Modules/expat/xmlparse.c
+1 −0 Objects/memoryobject.c
+29 −0 Objects/object.c
+2 −2 Objects/typeobject.c
+28 −0 Tools/build/generate_sbom.py
+1 −1 Tools/build/regen-configure.sh
+82 −14 aclocal.m4
+111 −115 configure
+0 −3 configure.ac
6 changes: 3 additions & 3 deletions patches/disable-sem-check.diff
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ Subject: disable-sem-check
1 file changed, 22 insertions(+), 12 deletions(-)

diff --git a/configure.ac b/configure.ac
index 8767ef9..3e26616 100644
index eb0347e..77d8143 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6045,12 +6045,17 @@ AC_CACHE_CHECK([whether POSIX semaphores are enabled], [ac_cv_posix_semaphores_e
@@ -6042,12 +6042,17 @@ AC_CACHE_CHECK([whether POSIX semaphores are enabled], [ac_cv_posix_semaphores_e
[ac_cv_posix_semaphores_enabled=no],
[ac_cv_posix_semaphores_enabled=yes])
)
Expand All @@ -36,7 +36,7 @@ index 8767ef9..3e26616 100644

dnl Multiprocessing check for broken sem_getvalue
AC_CACHE_CHECK([for broken sem_getvalue], [ac_cv_broken_sem_getvalue],
@@ -6082,12 +6087,17 @@ AC_CACHE_CHECK([for broken sem_getvalue], [ac_cv_broken_sem_getvalue],
@@ -6079,12 +6084,17 @@ AC_CACHE_CHECK([for broken sem_getvalue], [ac_cv_broken_sem_getvalue],
[ac_cv_broken_sem_getvalue=yes],
[ac_cv_broken_sem_getvalue=yes])
)
Expand Down
16 changes: 8 additions & 8 deletions patches/distutils-install-layout.diff
Original file line number Diff line number Diff line change
Expand Up @@ -229,10 +229,10 @@ index 1f1bfcb..411b6d7 100644
VENV_LANDMARK = 'pyvenv.cfg'
ZIP_LANDMARK = f'{platlibdir}/python{VERSION_MAJOR}{VERSION_MINOR}{ABI_THREAD}.zip'
diff --git a/configure b/configure
index 7a9d962..1b870b1 100755
index b1ced31..9750250 100755
--- a/configure
+++ b/configure
@@ -25064,11 +25064,11 @@ fi
@@ -25060,11 +25060,11 @@ fi



Expand All @@ -246,7 +246,7 @@ index 7a9d962..1b870b1 100755

PLATLIBDIR="lib"
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for --with-platlibdir" >&5
@@ -25087,7 +25087,7 @@ then
@@ -25083,7 +25083,7 @@ then
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: yes" >&5
printf "%s\n" "yes" >&6; }
PLATLIBDIR="$withval"
Expand All @@ -255,7 +255,7 @@ index 7a9d962..1b870b1 100755
else
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
printf "%s\n" "no" >&6; }
@@ -25101,9 +25101,9 @@ fi
@@ -25097,9 +25097,9 @@ fi


if test x$PLATFORM_TRIPLET = x; then
Expand All @@ -268,10 +268,10 @@ index 7a9d962..1b870b1 100755


diff --git a/configure.ac b/configure.ac
index bc3d2d0..1276b89 100644
index 3a55cbc..b6d04aa 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6241,11 +6241,11 @@ fi
@@ -6238,11 +6238,11 @@ fi


AC_SUBST([BINLIBDEST])
Expand All @@ -285,7 +285,7 @@ index bc3d2d0..1276b89 100644
AC_SUBST([PLATLIBDIR])
PLATLIBDIR="lib"
AC_MSG_CHECKING([for --with-platlibdir])
@@ -6264,7 +6264,7 @@ if test -n "$withval" -a "$withval" != yes -a "$withval" != no
@@ -6261,7 +6261,7 @@ if test -n "$withval" -a "$withval" != yes -a "$withval" != no
then
AC_MSG_RESULT([yes])
PLATLIBDIR="$withval"
Expand All @@ -294,7 +294,7 @@ index bc3d2d0..1276b89 100644
else
AC_MSG_RESULT([no])
fi],
@@ -6274,9 +6274,9 @@ fi],
@@ -6271,9 +6271,9 @@ fi],
dnl define LIBPL after ABIFLAGS and LDVERSION is defined.
AC_SUBST([PY_ENABLE_SHARED])
if test x$PLATFORM_TRIPLET = x; then
Expand Down
2 changes: 1 addition & 1 deletion patches/link-opt.diff
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Subject: link-opt
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index 1276b89..8767ef9 100644
index b6d04aa..eb0347e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3456,8 +3456,8 @@ then
Expand Down
2 changes: 1 addition & 1 deletion patches/sysconfigdata-name.patch
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ index 7d5a283..3db63c6 100644
@ # If app store compliance has been configured, apply the patch to the
@ # installed library code. The patch has been previously validated against
diff --git a/configure.ac b/configure.ac
index 3e26616..4de8bc0 100644
index 77d8143..7fe98ca 100644
--- a/configure.ac
+++ b/configure.ac
@@ -164,7 +164,7 @@ AC_ARG_WITH([build-python],
Expand Down
4 changes: 2 additions & 2 deletions patches/test-no-random-order.patch
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ Subject: test-no-random-order
1 file changed, 1 deletion(-)

diff --git a/Lib/test/libregrtest/cmdline.py b/Lib/test/libregrtest/cmdline.py
index 8bef04c..dfa5a51 100644
index 0c94fcc..364fb32 100644
--- a/Lib/test/libregrtest/cmdline.py
+++ b/Lib/test/libregrtest/cmdline.py
@@ -431,7 +431,6 @@ def _parse_args(args, **kwargs):
@@ -429,7 +429,6 @@ def _parse_args(args, **kwargs):
# -j0 --randomize --fail-env-changed --rerun --slowest --verbose3
if ns.use_mp is None:
ns.use_mp = 0
Expand Down

0 comments on commit ffb838b

Please sign in to comment.