-
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 e1006ce1ded1b18972888ef057718dba6f2c7edd (nightly)
- Loading branch information
1 parent
c7b860a
commit 68a171e
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.14 (3.14.0~a4-297-ge1006ce1de-1+jammy1) jammy; urgency=medium | ||
|
||
* Update to v3.14.0a4-297-ge1006ce1de. | ||
|
||
-- Anthony Sottile (deadsnakes) <[email protected]> Sun, 02 Feb 2025 08:53:02 +0000 | ||
|
||
python3.14 (3.14.0~a4-293-gd89a5f6a6e-1+jammy1) jammy; urgency=medium | ||
|
||
* Update to v3.14.0a4-293-gd89a5f6a6e. | ||
|
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.14 (3.14.0~a4-297-ge1006ce1de-1+noble1) noble; urgency=medium | ||
|
||
* Update to v3.14.0a4-297-ge1006ce1de. | ||
|
||
-- Anthony Sottile (deadsnakes) <[email protected]> Sun, 02 Feb 2025 08:53:01 +0000 | ||
|
||
python3.14 (3.14.0~a4-293-gd89a5f6a6e-1+noble1) noble; urgency=medium | ||
|
||
* Update to v3.14.0a4-293-gd89a5f6a6e. | ||
|
Submodule cpython
updated
14 files
+5 −5 | Doc/license.rst | |
+0 −36 | Lib/test/test_capi/test_misc.py | |
+40 −0 | Lib/test/test_capi/test_object.py | |
+2 −2 | Lib/test/test_dis.py | |
+2 −0 | Lib/test/test_socket.py | |
+78 −0 | Modules/_testcapi/dict.c | |
+59 −0 | Modules/_testcapi/float.c | |
+45 −6 | Modules/_testcapi/list.c | |
+101 −0 | Modules/_testcapi/mem.c | |
+303 −5 | Modules/_testcapi/object.c | |
+25 −6 | Modules/_testcapi/set.c | |
+0 −593 | Modules/_testcapimodule.c | |
+0 −43 | Python/codegen.c | |
+71 −4 | Python/flowgraph.c |