File tree
5 files changed
+15
-3
lines changed- changelogs/nightly
- patches
5 files changed
+15
-3
lines changedOriginal 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 |
| |
|
- .github/workflows/build.yml+11
- .github/workflows/reusable-ubuntu.yml+15
- Doc/glossary.rst+2-2
- Include/internal/pycore_dict.h+1-2
- Include/internal/pycore_object.h+12-12
- Include/internal/pycore_uniqueid.h+4-2
- Lib/asyncio/base_events.py+3-1
- Lib/bdb.py+2
- Lib/pydoc.py+2-1
- Lib/socket.py+3-1
- Lib/socketserver.py+6-1
- Lib/test/test_capi/test_import.py+327
- Lib/test/test_capi/test_type.py+7
- Lib/test/test_import/__init__.py-24
- Lib/test/test_pdb.py+51
- Lib/test/test_perf_profiler.py+3
- Lib/test/test_pydoc/test_pydoc.py+8
- Lib/test/test_threading.py+33-8
- Misc/NEWS.d/next/Library/2024-12-23-02-09-44.gh-issue-58956.4OdMdT.rst+1
- Misc/NEWS.d/next/Library/2025-01-17-11-46-16.gh-issue-128916.GEePbO.rst+3
- Modules/Setup.stdlib.in+1-1
- Modules/_testcapimodule.c+64-47
- Modules/_testlimitedcapi.c+3
- Modules/_testlimitedcapi/import.c+306
- Modules/_testlimitedcapi/parts.h+1
- Modules/_threadmodule.c+81-2
- Modules/clinic/_threadmodule.c.h+5-5
- Modules/posixmodule.c+9-18
- Objects/codeobject.c+1-1
- Objects/dictobject.c+4-2
- Objects/typeobject.c+1-1
- PC/pyconfig.h.in+4
- PCbuild/_testlimitedcapi.vcxproj+1
- PCbuild/_testlimitedcapi.vcxproj.filters+1
- Python/ceval.c+1-1
- Python/uniqueid.c+16-13
- Tools/cases_generator/optimizer_generator.py+4-4
- Tools/cases_generator/stack.py+11-10
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
10 | 10 |
| |
11 | 11 |
| |
12 | 12 |
| |
13 |
| - | |
| 13 | + | |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
17 |
| - | |
| 17 | + | |
18 | 18 |
| |
19 | 19 |
| |
20 | 20 |
| |
|
0 commit comments