Skip to content

Commit

Permalink
update to e9b00cc78853373623031c657193cbe557488c0a (nightly)
Browse files Browse the repository at this point in the history
  • Loading branch information
deadsnakes-issues-bot committed Sep 24, 2024
1 parent d967123 commit efe757d
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 17 deletions.
6 changes: 6 additions & 0 deletions changelogs/nightly/focal
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
python3.13 (3.13.0~rc2-44-ge9b00cc788-1+focal1) focal; urgency=medium

* Update to v3.13.0rc2-44-ge9b00cc788.

-- Anthony Sottile (deadsnakes) <[email protected]> Tue, 24 Sep 2024 08:51:50 +0000

python3.13 (3.13.0~rc2-2-g112b1704fa-1+focal1) focal; urgency=medium

* Update to v3.13.0rc2-2-g112b1704fa.
Expand Down
6 changes: 6 additions & 0 deletions changelogs/nightly/jammy
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
python3.13 (3.13.0~rc2-44-ge9b00cc788-1+jammy1) jammy; urgency=medium

* Update to v3.13.0rc2-44-ge9b00cc788.

-- Anthony Sottile (deadsnakes) <[email protected]> Tue, 24 Sep 2024 08:51:51 +0000

python3.13 (3.13.0~rc2-2-g112b1704fa-1+jammy1) jammy; urgency=medium

* Update to v3.13.0rc2-2-g112b1704fa.
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.13 (3.13.0~rc2-44-ge9b00cc788-1+noble1) noble; urgency=medium

* Update to v3.13.0rc2-44-ge9b00cc788.

-- Anthony Sottile (deadsnakes) <[email protected]> Tue, 24 Sep 2024 08:51:50 +0000

python3.13 (3.13.0~rc2-2-g112b1704fa-1+noble1) noble; urgency=medium

* Update to v3.13.0rc2-2-g112b1704fa.
Expand Down
2 changes: 1 addition & 1 deletion cpython
Submodule cpython updated 99 files
+26 −23 Android/README.md
+20 −5 Android/android.py
+33 −13 Doc/Makefile
+2 −2 Doc/c-api/code.rst
+3 −0 Doc/c-api/exceptions.rst
+2 −0 Doc/c-api/long.rst
+22 −12 Doc/c-api/memory.rst
+2 −0 Doc/c-api/module.rst
+37 −9 Doc/c-api/monitoring.rst
+2 −2 Doc/c-api/refcounting.rst
+2 −0 Doc/c-api/time.rst
+12 −0 Doc/conf.py
+51 −25 Doc/deprecations/c-api-pending-removal-in-3.14.rst
+21 −14 Doc/deprecations/c-api-pending-removal-in-3.15.rst
+40 −20 Doc/deprecations/c-api-pending-removal-in-future.rst
+59 −48 Doc/deprecations/pending-removal-in-3.15.rst
+35 −6 Doc/deprecations/pending-removal-in-3.16.rst
+2 −2 Doc/faq/design.rst
+3 −4 Doc/faq/extending.rst
+4 −4 Doc/faq/general.rst
+1 −1 Doc/glossary.rst
+1 −1 Doc/howto/argparse.rst
+6 −4 Doc/howto/descriptor.rst
+2 −0 Doc/howto/free-threading-extensions.rst
+0 −8 Doc/includes/wasm-ios-notavail.rst
+6 −0 Doc/includes/wasm-mobile-notavail.rst
+5 −5 Doc/library/argparse.rst
+1 −2 Doc/library/ast.rst
+1 −1 Doc/library/ctypes.rst
+1 −1 Doc/library/curses.rst
+6 −2 Doc/library/dbm.rst
+1 −1 Doc/library/ensurepip.rst
+1 −1 Doc/library/functools.rst
+1 −1 Doc/library/grp.rst
+4 −4 Doc/library/hashlib.rst
+1 −1 Doc/library/http.cookiejar.rst
+25 −12 Doc/library/importlib.rst
+2 −1 Doc/library/inspect.rst
+46 −32 Doc/library/intro.rst
+2 −2 Doc/library/json.rst
+1 −1 Doc/library/multiprocessing.rst
+43 −43 Doc/library/os.rst
+6 −0 Doc/library/re.rst
+1 −1 Doc/library/readline.rst
+1 −1 Doc/library/socket.rst
+14 −15 Doc/library/sqlite3.rst
+5 −5 Doc/library/ssl.rst
+1 −1 Doc/library/subprocess.rst
+1 −1 Doc/library/sys.monitoring.rst
+2 −2 Doc/library/time.rst
+1 −1 Doc/library/tkinter.rst
+2 −2 Doc/library/typing.rst
+1 −1 Doc/library/venv.rst
+1 −1 Doc/library/webbrowser.rst
+8 −8 Doc/library/wsgiref.rst
+1 −1 Doc/library/xml.etree.elementtree.rst
+1 −1 Doc/library/xmlrpc.client.rst
+1 −1 Doc/reference/introduction.rst
+2 −7 Doc/tools/templates/download.html
+42 −3 Doc/tutorial/errors.rst
+65 −0 Doc/using/android.rst
+2 −0 Doc/using/index.rst
+1 −1 Doc/using/ios.rst
+1 −1 Doc/using/mac.rst
+2 −2 Doc/using/windows.rst
+3 −3 Doc/whatsnew/2.4.rst
+3 −5 Doc/whatsnew/2.7.rst
+3 −3 Doc/whatsnew/3.12.rst
+785 −597 Doc/whatsnew/3.13.rst
+1 −1 Doc/whatsnew/3.2.rst
+3 −4 Doc/whatsnew/3.4.rst
+1 −1 Doc/whatsnew/3.7.rst
+1 −1 Doc/whatsnew/3.8.rst
+3 −3 Lib/random.py
+4 −2 Lib/test/test_asyncio/test_threads.py
+2 −0 Lib/test/test_decimal.py
+51 −18 Lib/test/test_import/__init__.py
+13 −0 Lib/test/test_import/data/circular_imports/singlephase.py
+4 −0 Lib/test/test_locale.py
+8 −6 Lib/test/test_math.py
+2 −2 Lib/test/test_random.py
+2 −0 Lib/test/test_signal.py
+1 −1 Lib/test/test_termios.py
+1 −0 Misc/ACKS
+1 −1 Misc/NEWS.d/3.10.0a7.rst
+2 −2 Misc/NEWS.d/3.11.0b1.rst
+1 −1 Misc/NEWS.d/3.12.0a6.rst
+2 −0 Misc/NEWS.d/next/Build/2024-09-13-17-48-37.gh-issue-124043.Bruxpq.rst
+2 −0 Misc/NEWS.d/next/C_API/2024-09-12-16-16-24.gh-issue-123880.2-8vcj.rst
+2 −0 Misc/NEWS.d/next/C_API/2024-09-18-18-40-30.gh-issue-124160.Zy-VKi.rst
+1 −0 Misc/NEWS.d/next/Documentation/2024-09-19-19-33-25.gh-issue-116622.M65UZ6.rst
+1 −0 Misc/NEWS.d/next/Library/2024-09-11-19-12-23.gh-issue-123968.OwHON_.rst
+61 −2 Modules/_testsinglephase.c
+5 −3 Modules/_xxtestfuzz/README.rst
+9 −0 Programs/_testembed.c
+14 −6 Python/import.c
+1 −0 Tools/c-analyzer/cpython/ignored.tsv
+4 −0 configure
+4 −0 configure.ac
2 changes: 1 addition & 1 deletion patches/allow-old-autoconf.patch
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ this is only needed on ubuntu focal
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/configure.ac b/configure.ac
index 0f773b4..b787fed 100644
index d1d4f79..8ade1a2 100644
--- a/configure.ac
+++ b/configure.ac
@@ -12,7 +12,7 @@ dnl
Expand Down
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 4c6d91d..6a1f388 100644
index ef3e312..65d4fdf 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5990,12 +5990,17 @@ AC_CACHE_CHECK([whether POSIX semaphores are enabled], [ac_cv_posix_semaphores_e
@@ -5994,12 +5994,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 4c6d91d..6a1f388 100644

dnl Multiprocessing check for broken sem_getvalue
AC_CACHE_CHECK([for broken sem_getvalue], [ac_cv_broken_sem_getvalue],
@@ -6027,12 +6032,17 @@ AC_CACHE_CHECK([for broken sem_getvalue], [ac_cv_broken_sem_getvalue],
@@ -6031,12 +6036,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 7e1e5e5..04433d8 100755
index 7cdd386..f7afa1c 100755
--- a/configure
+++ b/configure
@@ -24600,11 +24600,11 @@ fi
@@ -24604,11 +24604,11 @@ fi



Expand All @@ -246,7 +246,7 @@ index 7e1e5e5..04433d8 100755

PLATLIBDIR="lib"
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for --with-platlibdir" >&5
@@ -24623,7 +24623,7 @@ then
@@ -24627,7 +24627,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 7e1e5e5..04433d8 100755
else
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: result: no" >&5
printf "%s\n" "no" >&6; }
@@ -24637,9 +24637,9 @@ fi
@@ -24641,9 +24641,9 @@ fi


if test x$PLATFORM_TRIPLET = x; then
Expand All @@ -268,10 +268,10 @@ index 7e1e5e5..04433d8 100755


diff --git a/configure.ac b/configure.ac
index 58f5407..93b232b 100644
index 24e28a1..5d97509 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6186,11 +6186,11 @@ fi
@@ -6190,11 +6190,11 @@ fi


AC_SUBST([BINLIBDEST])
Expand All @@ -285,7 +285,7 @@ index 58f5407..93b232b 100644
AC_SUBST([PLATLIBDIR])
PLATLIBDIR="lib"
AC_MSG_CHECKING([for --with-platlibdir])
@@ -6209,7 +6209,7 @@ if test -n "$withval" -a "$withval" != yes -a "$withval" != no
@@ -6213,7 +6213,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 58f5407..93b232b 100644
else
AC_MSG_RESULT([no])
fi],
@@ -6219,9 +6219,9 @@ fi],
@@ -6223,9 +6223,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
6 changes: 3 additions & 3 deletions patches/link-opt.diff
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ Subject: link-opt
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/configure.ac b/configure.ac
index 93b232b..4c6d91d 100644
index 5d97509..ef3e312 100644
--- a/configure.ac
+++ b/configure.ac
@@ -3467,8 +3467,8 @@ then
@@ -3471,8 +3471,8 @@ then
LDSHARED='$(CC) -shared'
LDCXXSHARED='$(CXX) -shared';;
Linux*|GNU*|QNX*|VxWorks*|Haiku*)
Expand All @@ -23,7 +23,7 @@ index 93b232b..4c6d91d 100644
FreeBSD*)
if [[ "`$CC -dM -E - </dev/null | grep __ELF__`" != "" ]]
then
@@ -3580,7 +3580,7 @@ then
@@ -3584,7 +3584,7 @@ then
LINKFORSHARED="-Wl,-E -Wl,+s";;
# LINKFORSHARED="-Wl,-E -Wl,+s -Wl,+b\$(BINLIBDEST)/lib-dynload";;
Linux-android*) LINKFORSHARED="-pie -Xlinker -export-dynamic";;
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 9cce7bb..fe3a433 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 6a1f388..0f773b4 100644
index 65d4fdf..d1d4f79 100644
--- a/configure.ac
+++ b/configure.ac
@@ -164,7 +164,7 @@ AC_ARG_WITH([build-python],
Expand Down

0 comments on commit efe757d

Please sign in to comment.