-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update to 09d15aa9a87f69867e69f00d0e9671d70a4a49c5 (nightly)
- Loading branch information
1 parent
ad2a932
commit 3d1aba6
Showing
4 changed files
with
19 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.13 (3.13.1-66-g09d15aa9a8-1+focal1) focal; urgency=medium | ||
|
||
* Update to v3.13.1-66-g09d15aa9a8. | ||
|
||
-- Anthony Sottile (deadsnakes) <[email protected]> Sat, 21 Dec 2024 08:48:07 +0000 | ||
|
||
python3.13 (3.13.1-64-gf320f747da-1+focal1) focal; urgency=medium | ||
|
||
* Update to v3.13.1-64-gf320f747da. | ||
|
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.13 (3.13.1-66-g09d15aa9a8-1+jammy1) jammy; urgency=medium | ||
|
||
* Update to v3.13.1-66-g09d15aa9a8. | ||
|
||
-- Anthony Sottile (deadsnakes) <[email protected]> Sat, 21 Dec 2024 08:48:07 +0000 | ||
|
||
python3.13 (3.13.1-64-gf320f747da-1+jammy1) jammy; urgency=medium | ||
|
||
* Update to v3.13.1-64-gf320f747da. | ||
|
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.13 (3.13.1-66-g09d15aa9a8-1+noble1) noble; urgency=medium | ||
|
||
* Update to v3.13.1-66-g09d15aa9a8. | ||
|
||
-- Anthony Sottile (deadsnakes) <[email protected]> Sat, 21 Dec 2024 08:48:08 +0000 | ||
|
||
python3.13 (3.13.1-64-gf320f747da-1+noble1) noble; urgency=medium | ||
|
||
* Update to v3.13.1-64-gf320f747da. | ||
|
Submodule cpython
updated
4 files
+43 −0 | Lib/test/test_except_star.py | |
+4 −1 | Lib/test/test_socket.py | |
+5 −0 | Misc/NEWS.d/next/Core_and_Builtins/2024-12-18-14-22-48.gh-issue-128079.SUD5le.rst | |
+19 −2 | Python/ceval.c |