3 files changed
+13
-1
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 |
| |
|
- Doc/c-api/object.rst+81
- Include/cpython/object.h+6
- Include/internal/pycore_frame.h+6
- Include/internal/pycore_interp.h+2-2
- Include/internal/pycore_opcode_metadata.h+22-2
- Include/internal/pycore_optimizer.h-25
- Include/opcode_ids.h+37-35
- InternalDocs/jit.md+1-5
- Lib/_opcode_metadata.py+41-35
- Lib/_pyio.py+7-6
- Lib/http/__init__.py+1-1
- Lib/http/client.py+3-1
- Lib/pathlib/_abc.py-27
- Lib/pathlib/_local.py+26
- Lib/test/support/__init__.py+9-16
- Lib/test/test_capi/test_misc.py+1-1
- Lib/test/test_capi/test_opt.py+49-117
- Lib/test/test_dis.py+4-3
- Lib/test/test_free_threading/test_dict.py+22-1
- Lib/test/test_httplib.py+19
- Lib/test/test_opcache.py+18-18
- Lib/test/test_os.py+1
- Lib/test/test_pathlib/test_pathlib.py+78
- Lib/test/test_pathlib/test_pathlib_abc.py-82
- Lib/test/test_regrtest.py+1-1
- Misc/NEWS.d/next/C_API/2025-01-16-21-56-49.gh-issue-128844.ZPiJuo.rst+3
- Misc/NEWS.d/next/Core_and_Builtins/2025-01-28-11-13-41.gh-issue-128563.xElppE.rst+2
- Misc/NEWS.d/next/Library/2024-12-26-11-00-03.gh-issue-112064.mCcw3B.rst+2
- Misc/NEWS.d/next/Library/2025-01-26-10-01-21.gh-issue-129005.ncpLvw.rst+1
- Modules/_testcapi/object.c+54
- Modules/_testinternalcapi.c+3-30
- Objects/clinic/dictobject.c.h+1-3
- Objects/dictobject.c+1-2
- Objects/object.c+15-5
- Python/bytecodes.c+47-11
- Python/generated_cases.c.h+127-10
- Python/opcode_targets.h+2-2
- Python/optimizer.c+7-90
- Python/pylifecycle.c+3-11
- Python/pystate.c+1-9
- Python/sysmodule.c+1-3
- Tools/c-analyzer/cpython/ignored.tsv+2-2
- Tools/cases_generator/analyzer.py+1
- Tools/cases_generator/tier1_generator.py+1-1
0 commit comments