-
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 7d175caf212565b3b89cf3c537c38adab52306a5 (nightly)
- Loading branch information
1 parent
df697ec
commit 213c188
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.7-246-g7d175caf21-1+focal1) focal; urgency=medium | ||
|
||
* Update to v3.12.7-246-g7d175caf21. | ||
|
||
-- Anthony Sottile (deadsnakes) <[email protected]> Fri, 29 Nov 2024 08:52:53 +0000 | ||
|
||
python3.12 (3.12.7-244-gc3bb32de9d-1+focal1) focal; urgency=medium | ||
|
||
* Update to v3.12.7-244-gc3bb32de9d. | ||
|
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.7-246-g7d175caf21-1+jammy1) jammy; urgency=medium | ||
|
||
* Update to v3.12.7-246-g7d175caf21. | ||
|
||
-- Anthony Sottile (deadsnakes) <[email protected]> Fri, 29 Nov 2024 08:52:53 +0000 | ||
|
||
python3.12 (3.12.7-244-gc3bb32de9d-1+jammy1) jammy; urgency=medium | ||
|
||
* Update to v3.12.7-244-gc3bb32de9d. | ||
|
Submodule cpython
updated
4 files
+15 −0 | Lib/test/test_threading_local.py | |
+2 −0 | Misc/NEWS.d/next/Library/2024-11-27-14-06-35.gh-issue-123967.wxUmnW.rst | |
+1 −1 | Modules/_threadmodule.c | |
+14 −9 | Python/traceback.c |