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/long.rst+1-1
- Doc/c-api/object.rst+11
- Doc/deprecations/c-api-pending-removal-in-future.rst-1
- Doc/library/errno.rst+165
- Doc/library/uuid.rst+27
- Doc/whatsnew/3.14.rst+41-25
- Include/cpython/object.h+3
- Include/internal/pycore_frame.h+1-1
- Include/internal/pycore_magic_number.h+2-1
- Include/internal/pycore_opcode_metadata.h+18-16
- Include/internal/pycore_uop_ids.h+72-79
- Include/internal/pycore_uop_metadata.h+16-44
- Include/opcode_ids.h+49-49
- InternalDocs/compiler.md+1-1
- Lib/_colorize.py+2-2
- Lib/_opcode_metadata.py+49-49
- Lib/imaplib.py+10-1
- Lib/test/_test_eintr.py+48-69
- Lib/test/test__colorize.py+2
- Lib/test/test__opcode.py+1-2
- Lib/test/test_capi/test_immortal.py+15-5
- Lib/test/test_capi/test_opt.py+1-1
- Lib/test/test_dis.py+69-69
- Lib/test/test_generated_cases.py+61-6
- Lib/test/test_genericpath.py+1-1
- Lib/test/test_imaplib.py+14
- Lib/test/test_io.py+1-1
- Lib/test/test_ntpath.py+1-1
- Lib/test/test_os.py-1
- Lib/test/test_shutil.py-1
- Lib/test/test_signal.py+3-5
- Lib/test/test_sys.py+1-1
- Lib/test/test_tarfile.py-1
- Lib/test/test_uuid.py+41
- Lib/test/test_zipfile/test_core.py-1
- Lib/test/test_zipimport.py-1
- Lib/uuid.py+13
- Misc/ACKS+1
- Misc/NEWS.d/next/C_API/2025-01-22-09-28-04.gh-issue-128509.gqQ36L.rst+2
- Misc/NEWS.d/next/Library/2025-01-02-20-34-04.gh-issue-128427.onPoQZ.rst+2
- Misc/NEWS.d/next/Library/2025-01-21-18-52-32.gh-issue-129061.4idD_B.rst+1
- Misc/NEWS.d/next/Library/2025-01-27-14-05-19.gh-issue-129346.gZRd3g.rst+2
- Misc/NEWS.d/next/Security/2024-05-24-21-00-52.gh-issue-119511.jKrXQ8.rst+7
- Modules/_decimal/_decimal.c+44-35
- Modules/_sqlite/connection.c+5
- Modules/_testcapi/immortal.c+7
- Modules/_testcapi/object.c+1
- Modules/blake2module.c+13-10
- Modules/md5module.c+12-18
- Modules/sha1module.c+12-18
- Modules/sha2module.c+28-41
- Modules/sha3module.c+33-25
- Modules/socketmodule.c+154-98
- Objects/longobject.c+4
- Objects/object.c+9
- Programs/test_frozenmain.h+10-10
- Python/bytecodes.c+171-63
- Python/ceval.c-134
- Python/codegen.c+4-1
- Python/executor_cases.c.h+43-201
- Python/generated_cases.c.h+228-52
- Python/opcode_targets.h+2-2
- Python/optimizer.c+2-1
- Python/optimizer_analysis.c+6-2
- Python/optimizer_bytecodes.c+18-25
- Python/optimizer_cases.c.h+31-90
- Python/traceback.c+26-16
- Tools/cases_generator/analyzer.py+20-1
- Tools/cases_generator/lexer.py+3
- Tools/cases_generator/parser.py+1
- Tools/cases_generator/parsing.py+18-1
- Tools/cases_generator/tier1_generator.py+56-2
0 commit comments