Skip to content

Commit

Permalink
update to b3badabcd9bc17e095780adbf52ee9bd015c2771 (nightly)
Browse files Browse the repository at this point in the history
  • Loading branch information
deadsnakes-issues-bot committed Oct 11, 2024
1 parent e8d24d7 commit dcb825e
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 2 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-67-gb3badabcd9-1+focal1) focal; urgency=medium

* Update to v3.13.0-67-gb3badabcd9.

-- Anthony Sottile (deadsnakes) <[email protected]> Fri, 11 Oct 2024 08:50:12 +0000

python3.13 (3.13.0-52-gaa4da1e468-1+focal1) focal; urgency=medium

* Update to v3.13.0-52-gaa4da1e468.
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-67-gb3badabcd9-1+jammy1) jammy; urgency=medium

* Update to v3.13.0-67-gb3badabcd9.

-- Anthony Sottile (deadsnakes) <[email protected]> Fri, 11 Oct 2024 08:50:11 +0000

python3.13 (3.13.0-52-gaa4da1e468-1+jammy1) jammy; urgency=medium

* Update to v3.13.0-52-gaa4da1e468.
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-67-gb3badabcd9-1+noble1) noble; urgency=medium

* Update to v3.13.0-67-gb3badabcd9.

-- Anthony Sottile (deadsnakes) <[email protected]> Fri, 11 Oct 2024 08:50:12 +0000

python3.13 (3.13.0-52-gaa4da1e468-1+noble1) noble; urgency=medium

* Update to v3.13.0-52-gaa4da1e468.
Expand Down
2 changes: 1 addition & 1 deletion cpython
Submodule cpython updated 34 files
+2 −2 .devcontainer/Dockerfile
+1 −1 .github/workflows/build.yml
+1 −3 .github/workflows/reusable-change-detection.yml
+2 −2 .github/workflows/reusable-docs.yml
+2 −0 .github/workflows/reusable-macos.yml
+2 −0 .github/workflows/reusable-tsan.yml
+2 −0 .github/workflows/reusable-ubuntu.yml
+4 −2 .github/workflows/reusable-wasi.yml
+1 −1 .github/workflows/reusable-windows-msi.yml
+2 −0 .github/workflows/reusable-windows.yml
+25 −7 Doc/conf.py
+5 −3 Doc/library/_thread.rst
+3 −2 Doc/library/argparse.rst
+3 −3 Doc/library/locale.rst
+118 −15 Doc/library/traceback.rst
+1 −1 Doc/requirements.txt
+125 −0 Doc/tools/extensions/availability.py
+0 −76 Doc/tools/extensions/pyspecific.py
+8 −3 Lib/site.py
+41 −1 Lib/test/test__locale.py
+3 −0 Lib/test/test_struct.py
+1 −1 Lib/venv/scripts/posix/activate.csh
+1 −0 Misc/NEWS.d/next/Build/2024-08-12-15-48-49.gh-issue-122578.YJ3xEa.rst
+1 −0 Misc/NEWS.d/next/Build/2024-08-14-19-17-34.gh-issue-121634.eOMfHG.rst
+2 −0 Misc/NEWS.d/next/Core_and_Builtins/2024-10-10-14-47-13.gh-issue-125221.nfSQzT.rst
+1 −0 Misc/NEWS.d/next/Library/2024-09-06-00-00-43.gh-issue-122765.tx4hsr.rst
+3 −0 Misc/NEWS.d/next/Library/2024-10-08-12-09-09.gh-issue-124969._VBQLq.rst
+1 −0 Misc/NEWS.d/next/Library/2024-10-09-07-09-00.gh-issue-125118.J9rQ1S.rst
+1 −0 Misc/NEWS.d/next/Security/2024-10-09-20-08-13.gh-issue-125140.YgNWRB.rst
+28 −1 Modules/_localemodule.c
+2 −3 Modules/_struct.c
+8 −0 Objects/object.c
+5 −15 Objects/typeobject.c
+12 −6 Tools/wasm/wasi.py
2 changes: 1 addition & 1 deletion patches/distutils-install-layout.diff
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ index f99de1f..b9a6d32 100755
object.__name__ not in ('xml.etree', 'test.test_pydoc.pydoc_mod')):
if docloc.startswith(("http://", "https://")):
diff --git a/Lib/site.py b/Lib/site.py
index d31bc77..20c2cae 100644
index 34e7d19..a228d26 100644
--- a/Lib/site.py
+++ b/Lib/site.py
@@ -7,12 +7,18 @@
Expand Down

0 comments on commit dcb825e

Please sign in to comment.