Skip to content

Commit

Permalink
update to e546876d83e1cc3f761e1eeca57f8a4533d06d00 (nightly)
Browse files Browse the repository at this point in the history
  • Loading branch information
deadsnakes-issues-bot committed Dec 3, 2024
1 parent 7005d22 commit b905ef9
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-392-ge546876d83-1+focal1) focal; urgency=medium

* Update to v3.13.0-392-ge546876d83.

-- Anthony Sottile (deadsnakes) <[email protected]> Tue, 03 Dec 2024 08:53:06 +0000

python3.13 (3.13.0-375-g585d48f001-1+focal1) focal; urgency=medium

* Update to v3.13.0-375-g585d48f001.
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-392-ge546876d83-1+jammy1) jammy; urgency=medium

* Update to v3.13.0-392-ge546876d83.

-- Anthony Sottile (deadsnakes) <[email protected]> Tue, 03 Dec 2024 08:53:05 +0000

python3.13 (3.13.0-375-g585d48f001-1+jammy1) jammy; urgency=medium

* Update to v3.13.0-375-g585d48f001.
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-392-ge546876d83-1+noble1) noble; urgency=medium

* Update to v3.13.0-392-ge546876d83.

-- Anthony Sottile (deadsnakes) <[email protected]> Tue, 03 Dec 2024 08:53:06 +0000

python3.13 (3.13.0-375-g585d48f001-1+noble1) noble; urgency=medium

* Update to v3.13.0-375-g585d48f001.
Expand Down
2 changes: 1 addition & 1 deletion cpython
Submodule cpython updated 37 files
+29,418 −29,396 Doc/data/python3.13.abi
+2 −2 Doc/library/collections.rst
+21 −0 Doc/library/dis.rst
+5 −0 Doc/library/string.rst
+11 −22 Doc/reference/simple_stmts.rst
+0 −1 Doc/tools/.nitignore
+5 −5 Doc/tutorial/datastructures.rst
+2 −0 Include/internal/pycore_interp.h
+5 −0 Include/internal/pycore_object.h
+2 −1 Lib/code.py
+31 −18 Lib/ntpath.py
+5 −0 Lib/test/test_complex.py
+30 −0 Lib/test/test_interpreters/test_stress.py
+23 −0 Lib/test/test_itertools.py
+3 −0 Lib/test/test_ntpath.py
+9 −0 Lib/test/test_pyrepl/test_interact.py
+5 −0 Lib/test/test_pyrepl/test_pyrepl.py
+33 −0 Lib/test/test_socket.py
+2 −0 Lib/test/test_sqlite3/test_regression.py
+52 −0 Lib/test/test_ssl.py
+3 −0 Lib/test/test_typing.py
+2 −1 Lib/typing.py
+2 −0 Misc/NEWS.d/next/Core_and_Builtins/2024-10-18-16-00-10.gh-issue-125703.QRoqMo.rst
+2 −0 Misc/NEWS.d/next/Core_and_Builtins/2024-11-24-07-01-28.gh-issue-113841.WFg-Bu.rst
+1 −0 Misc/NEWS.d/next/Library/2024-06-02-11-48-19.gh-issue-119826.N1obGa.rst
+1 −0 Misc/NEWS.d/next/Library/2024-10-04-22-43-48.gh-issue-124984.xjMv9b.rst
+1 −0 Misc/NEWS.d/next/Library/2024-10-19-16-06-52.gh-issue-125666.jGfdCP.rst
+1 −0 Misc/NEWS.d/next/Library/2024-11-11-13-24-22.gh-issue-126699.ONGbMd.rst
+2 −0 Misc/NEWS.d/next/Library/2024-11-20-08-54-11.gh-issue-126618.ef_53g.rst
+493 −221 Modules/_ssl.c
+1,228 −72 Modules/clinic/_ssl.c.h
+3 −6 Modules/itertoolsmodule.c
+4 −1 Modules/socketmodule.c
+1 −1 Objects/complexobject.c
+20 −0 Objects/listobject.c
+1 −1 Objects/unicodeobject.c
+46 −46 Python/pystate.c

0 comments on commit b905ef9

Please sign in to comment.