Commit dc21136
committed
update to dd28db664b41961355ca7d5e1ab7fda5e908dbb5 (nightly)
1 parent 7ae2aa6 commit dc21136
File tree
4 files changed
+16
-4
lines changed- changelogs/nightly
- patches
4 files changed
+16
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
1 | 7 | | |
2 | 8 | | |
3 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
1 | 7 | | |
2 | 8 | | |
3 | 9 | | |
| |||
- Doc/c-api/code.rst+11
- Doc/c-api/dict.rst+46
- Doc/c-api/exceptions.rst+8
- Lib/annotationlib.py+24-15
- Lib/asyncio/base_subprocess.py+11
- Lib/test/support/socket_helper.py+4
- Lib/test/test_annotationlib.py+45
- Lib/test/test_asyncio/test_subprocess.py+39-1
- Lib/test/test_capi/test_opt.py+41
- Lib/test/test_struct.py+17
- Lib/test/test_xml_etree.py+228-202
- Misc/NEWS.d/next/Core_and_Builtins/2025-10-16-21-47-00.gh-issue-140104.A8SQIm.rst+2
- Misc/NEWS.d/next/Core_and_Builtins/2025-11-02-15-28-33.gh-issue-140260.JNzlGz.rst+2
- Misc/NEWS.d/next/Library/2025-10-31-13-57-55.gh-issue-103847.VM7TnW.rst+1
- Misc/NEWS.d/next/Library/2025-11-04-15-40-35.gh-issue-137969.9VZQVt.rst+3
- Modules/_struct.c+50-41
- Python/ceval_macros.h+6-2
- Python/optimizer.c+8-1
- Tools/c-analyzer/cpython/ignored.tsv+1
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
0 commit comments