-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update to 8a8f5d636d06c122bc1db0ee6b11a883e550a803 (nightly)
- Loading branch information
1 parent
de272d8
commit 11c81a9
Showing
3 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
python3.12 (3.12.8-119-g8a8f5d636d-1+focal1) focal; urgency=medium | ||
|
||
* Update to v3.12.8-119-g8a8f5d636d. | ||
|
||
-- Anthony Sottile (deadsnakes) <[email protected]> Sat, 18 Jan 2025 08:48:16 +0000 | ||
|
||
python3.12 (3.12.8-115-g1c85f1bc44-1+focal1) focal; urgency=medium | ||
|
||
* Update to v3.12.8-115-g1c85f1bc44. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
python3.12 (3.12.8-119-g8a8f5d636d-1+jammy1) jammy; urgency=medium | ||
|
||
* Update to v3.12.8-119-g8a8f5d636d. | ||
|
||
-- Anthony Sottile (deadsnakes) <[email protected]> Sat, 18 Jan 2025 08:48:17 +0000 | ||
|
||
python3.12 (3.12.8-115-g1c85f1bc44-1+jammy1) jammy; urgency=medium | ||
|
||
* Update to v3.12.8-115-g1c85f1bc44. | ||
|
Submodule cpython
updated
10 files
+2 −2 | Doc/glossary.rst | |
+3 −1 | Lib/asyncio/base_events.py | |
+2 −0 | Lib/bdb.py | |
+1 −0 | Lib/pdb.py | |
+3 −1 | Lib/socket.py | |
+6 −1 | Lib/socketserver.py | |
+52 −0 | Lib/test/test_pdb.py | |
+1 −0 | Misc/NEWS.d/next/Library/2024-12-23-02-09-44.gh-issue-58956.4OdMdT.rst | |
+3 −0 | Misc/NEWS.d/next/Library/2025-01-17-11-46-16.gh-issue-128916.GEePbO.rst | |
+9 −18 | Modules/posixmodule.c |