Skip to content

Commit

Permalink
update to e8dbe7ec573c50d082d4b7a32fe54ead0937557a (nightly)
Browse files Browse the repository at this point in the history
  • Loading branch information
deadsnakes-issues-bot committed Nov 13, 2024
1 parent d876291 commit 5804ec9
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 1 deletion.
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-278-ge8dbe7ec57-1+focal1) focal; urgency=medium

* Update to v3.13.0-278-ge8dbe7ec57.

-- Anthony Sottile (deadsnakes) <[email protected]> Wed, 13 Nov 2024 08:50:24 +0000

python3.13 (3.13.0-268-ge5e70c5f09-1+focal1) focal; urgency=medium

* Update to v3.13.0-268-ge5e70c5f09.
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-278-ge8dbe7ec57-1+jammy1) jammy; urgency=medium

* Update to v3.13.0-278-ge8dbe7ec57.

-- Anthony Sottile (deadsnakes) <[email protected]> Wed, 13 Nov 2024 08:50:24 +0000

python3.13 (3.13.0-268-ge5e70c5f09-1+jammy1) jammy; urgency=medium

* Update to v3.13.0-268-ge5e70c5f09.
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-278-ge8dbe7ec57-1+noble1) noble; urgency=medium

* Update to v3.13.0-278-ge8dbe7ec57.

-- Anthony Sottile (deadsnakes) <[email protected]> Wed, 13 Nov 2024 08:50:25 +0000

python3.13 (3.13.0-268-ge5e70c5f09-1+noble1) noble; urgency=medium

* Update to v3.13.0-268-ge5e70c5f09.
Expand Down
2 changes: 1 addition & 1 deletion cpython
Submodule cpython updated 33 files
+1 −1 .github/workflows/build.yml
+29 −0 Doc/library/sys.rst
+1 −1 Doc/using/configure.rst
+11 −0 Doc/whatsnew/3.13.rst
+1 −0 Include/internal/pycore_import.h
+0 −4 Lib/contextvars.py
+0 −3 Lib/multiprocessing/managers.py
+7 −6 Lib/nturl2path.py
+0 −9 Lib/test/_test_multiprocessing.py
+0 −14 Lib/test/test_context.py
+8 −0 Lib/test/test_itertools.py
+50 −2 Lib/test/test_unittest/testmock/testpatch.py
+5 −0 Lib/test/test_urllib.py
+1 −0 Lib/unittest/async_case.py
+9 −0 Lib/unittest/mock.py
+0 −1 Misc/ACKS
+5 −0 Misc/NEWS.d/next/Core_and_Builtins/2024-09-26-18-21-06.gh-issue-116510.FacUWO.rst
+2 −0 Misc/NEWS.d/next/Core_and_Builtins/2024-11-11-17-02-48.gh-issue-126688.QiOXUi.rst
+2 −0 Misc/NEWS.d/next/Library/2021-12-19-10-47-24.bpo-46128.Qv3EK1.rst
+0 −3 Misc/NEWS.d/next/Library/2024-11-04-16-40-02.gh-issue-126417.OWPqn0.rst
+0 −2 Misc/NEWS.d/next/Library/2024-11-05-11-28-45.gh-issue-126451.XJMtqz.rst
+2 −0 Misc/NEWS.d/next/Library/2024-11-08-17-05-10.gh-issue-120423.7rdLVV.rst
+2 −0 Misc/NEWS.d/next/Library/2024-11-09-10-31-10.gh-issue-126595.A-7MyC.rst
+3 −0 Misc/NEWS.d/next/Library/2024-11-10-18-14-51.gh-issue-104745.zAa5Ke.rst
+2 −0 Modules/_asynciomodule.c
+3 −0 Modules/itertoolsmodule.c
+1 −0 Modules/posixmodule.c
+44 −12 Objects/object.c
+42 −6 Objects/unicodeobject.c
+7 −0 Python/import.c
+14 −0 Python/pylifecycle.c
+2 −4 Python/pystate.c
+1 −1 Tools/unicode/makeunicodedata.py

0 comments on commit 5804ec9

Please sign in to comment.