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/deprecations/c-api-pending-removal-in-3.18.rst+1
- Doc/library/asyncio-graph.rst+2-2
- Doc/library/dis.rst+14-17
- Doc/whatsnew/3.13.rst+52
- Doc/whatsnew/3.14.rst+1
- Include/cpython/longintrepr.h+1-1
- Include/internal/pycore_code.h-2
- Include/internal/pycore_magic_number.h+1-2
- Include/internal/pycore_opcode_metadata.h+86-118
- Include/internal/pycore_tracemalloc.h-6
- Include/internal/pycore_uop_ids.h+80-76
- Include/internal/pycore_uop_metadata.h+51-31
- Include/opcode_ids.h+96-99
- Lib/_opcode_metadata.py+100-107
- Lib/_pyrepl/fancy_termios.py+3-1
- Lib/asyncio/staggered.py+48-24
- Lib/dis.py+8-8
- Lib/idlelib/idle_test/test_configdialog.py+2-2
- Lib/idlelib/idle_test/test_debugger.py+1-1
- Lib/idlelib/idle_test/test_grep.py+1-1
- Lib/idlelib/idle_test/test_multicall.py+1-1
- Lib/idlelib/idle_test/test_query.py+3-3
- Lib/idlelib/idle_test/test_redirector.py+1-1
- Lib/idlelib/idle_test/test_sidebar.py+2-2
- Lib/inspect.py+1-1
- Lib/opcode.py-9
- Lib/pstats.py+1-2
- Lib/test/test__opcode.py+2-1
- Lib/test/test_asyncio/test_staggered.py+27
- Lib/test/test_capi/test_codecs.py+9-35
- Lib/test/test_capi/test_opt.py+1-1
- Lib/test/test_compile.py+1-1
- Lib/test/test_dis.py+190-210
- Lib/test/test_embed.py+19-4
- Lib/test/test_generated_cases.py+123-6
- Lib/test/test_math.py+40
- Lib/test/test_monitoring.py+6-7
- Lib/test/test_opcache.py+4-5
- Lib/test/test_tracemalloc.py+37-6
- Lib/zipfile/__init__.py+1-2
- Misc/NEWS.d/next/C_API/2025-01-15-11-42-07.gh-issue-128863.C9MkB_.rst+1
- Misc/NEWS.d/next/Core_and_Builtins/2024-12-06-11-17-46.gh-issue-126004.-p8MAS.rst+3
- Misc/NEWS.d/next/Core_and_Builtins/2024-12-06-11-30-58.gh-issue-126004.-p8MAS.rst+3
- Misc/NEWS.d/next/Core_and_Builtins/2024-12-06-11-32-58.gh-issue-126004.CYAwTB.rst+3
- Misc/NEWS.d/next/Core_and_Builtins/2024-12-29-15-09-21.gh-issue-128330.IaYL7G.rst+1
- Misc/NEWS.d/next/Core_and_Builtins/2025-01-17-10-17-01.gh-issue-128914.dn6RaW.rst-3
- Misc/NEWS.d/next/Core_and_Builtins/2025-01-22-14-24-44.gh-issue-129149.wAYu43.rst+2
- Misc/NEWS.d/next/Library/2023-02-01-16-41-31.gh-issue-101410.Dt2aQE.rst+3
- Misc/NEWS.d/next/Library/2025-01-04-11-10-04.gh-issue-128479.jvOrF-.rst+1
- Misc/NEWS.d/next/Library/2025-01-18-11-24-02.gh-issue-118761.G8MmxY.rst+2
- Modules/_asynciomodule.c+59-49
- Modules/_io/stringio.c+21-12
- Modules/_testcapi/mem.c+11-2
- Modules/_testcapimodule.c+1
- Modules/mathmodule.c+66-29
- Objects/frameobject.c+14-5
- Objects/longobject.c+49-39
- Objects/object.c+1-1
- Programs/test_frozenmain.h+12-12
- Python/bytecodes.c+94-123
- Python/codecs.c+187-177
- Python/codegen.c+18-9
- Python/executor_cases.c.h+223-83
- Python/flowgraph.c+6
- Python/generated_cases.c.h+271-362
- Python/instrumentation.c-5
- Python/opcode_targets.h+9-9
- Python/optimizer.c+4-1
- Python/optimizer_analysis.c+2-2
- Python/optimizer_bytecodes.c+15-15
- Python/optimizer_cases.c.h+69-35
- Python/pylifecycle.c+3-1
- Python/specialize.c+32-76
- Python/tracemalloc.c+26-47
- Tools/cases_generator/analyzer.py+72-6
- Tools/cases_generator/generators_common.py+6-1
- Tools/cases_generator/lexer.py+1
- Tools/cases_generator/opcode_metadata_generator.py+1
- Tools/cases_generator/optimizer_generator.py+8-2
- Tools/cases_generator/parsing.py+11-3
- Tools/cases_generator/stack.py+29-2
- Tools/cases_generator/tier1_generator.py+4-1
- Tools/cases_generator/tier2_generator.py+11-1
- Tools/scripts/summarize_stats.py+1-1
0 commit comments