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/library/sys.rst+1-1
- Include/cpython/object.h-3
- Include/internal/pycore_code.h+12-1
- Include/internal/pycore_magic_number.h+2-1
- Include/internal/pycore_opcode_metadata.h+29-16
- Include/internal/pycore_optimizer.h-8
- Include/internal/pycore_uop_ids.h+185-184
- Include/internal/pycore_uop_metadata.h+8-4
- Include/opcode_ids.h+77-76
- InternalDocs/README.md+1-1
- InternalDocs/generators.md+103-5
- Lib/_opcode_metadata.py+78-76
- Lib/opcode.py+1
- Lib/test/test_capi/test_opt.py+4-94
- Lib/test/test_code.py+5-5
- Lib/test/test_dis.py+91-91
- Lib/test/test_importlib/test_abc.py+22-4
- Lib/test/test_importlib/test_windows.py+27-4
- Lib/test/test_monitoring.py+1-16
- Lib/test/test_opcache.py+25
- Lib/test/test_tomllib/test_misc.py+9
- Lib/test/test_tracemalloc.py+8-2
- Lib/tomllib/_parser.py+19-12
- Lib/tomllib/_re.py+5-2
- Misc/ACKS+1
- Misc/NEWS.d/next/C_API/2025-01-01-03-25-38.gh-issue-126599.MRCYlH.rst+1
- Misc/NEWS.d/next/Core_and_Builtins/2025-01-10-23-54-16.gh-issue-100239.ijOOUs.rst+2
- Misc/NEWS.d/next/Core_and_Builtins/2025-01-16-18-16-18.gh-issue-128910.9pqfab.rst+2
- Misc/NEWS.d/next/Library/2025-01-15-21-41-51.gh-issue-128679.tq10F2.rst+3
- Misc/NEWS.d/next/Library/2025-01-16-10-06-40.gh-issue-118761.z100LC.rst+2
- Modules/_testcapimodule.c+99
- Modules/_testinternalcapi.c-13
- Objects/object.c-2
- Python/bytecodes.c+36-16
- Python/executor_cases.c.h+45-10
- Python/generated_cases.c.h+73-26
- Python/opcode_targets.h+1-1
- Python/optimizer.c-99
- Python/optimizer_cases.c.h+13-6
- Python/specialize.c+105-4
- Python/tracemalloc.c+36-15
- Tools/c-analyzer/cpython/ignored.tsv+2-2
- Tools/cases_generator/parsing.py+4-1
0 commit comments