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/memory.rst+22-12
- Doc/c-api/type.rst+27-13
- Doc/c-api/typeobj.rst+34-5
- Doc/howto/descriptor.rst+6-4
- Doc/howto/free-threading-extensions.rst+2
- Doc/library/ctypes.rst+1-1
- Doc/library/importlib.rst+25-12
- Doc/library/stdtypes.rst+4-4
- Doc/library/unicodedata.rst+4-4
- Doc/reference/lexical_analysis.rst+4-4
- Doc/tutorial/errors.rst+42-3
- Doc/whatsnew/3.14.rst+5
- Include/internal/pycore_ceval.h+1-1
- Include/internal/pycore_compile.h+4-1
- Include/internal/pycore_dict.h+3
- Include/typeslots.h+4
- Lib/test/_test_embed_structseq.py+8-1
- Lib/test/reperf.py-23
- Lib/test/string_tests.py+2-2
- Lib/test/test_asyncio/test_threads.py+4-2
- Lib/test/test_capi/test_misc.py+11-9
- Lib/test/test_compile.py+29-6
- Lib/test/test_decimal.py+2
- Lib/test/test_embed.py+7-4
- Lib/test/test_str.py+4-2
- Lib/test/test_termios.py+1-1
- Lib/test/test_unicodedata.py+2-2
- Misc/NEWS.d/next/C_API/2024-08-26-13-01-20.gh-issue-100554.0ku85o.rst+4
- Misc/NEWS.d/next/C_API/2024-09-10-16-54-27.gh-issue-123909.CTGxDR.rst+3
- Misc/NEWS.d/next/Core_and_Builtins/2024-09-12-21-53-26.gh-issue-124022.fQzUiW.rst+1
- Misc/NEWS.d/next/Library/2024-09-12-10-55-19.gh-issue-124016.ncs0hd.rst+1
- Misc/stable_abi.toml+2
- Modules/_cursesmodule.c+83-65
- Modules/_testcapi/heaptype.c+86
- Modules/timemodule.c+5-1
- Modules/unicodedata_db.h+2.4k-2.2k
- Modules/unicodename_db.h+17.4k-16.1k
- Objects/dictobject.c+74
- Objects/typeobject.c+10-28
- Objects/typeslots.inc+1
- Objects/unicodetype_db.h+2.7k-2.4k
- Python/bytecodes.c+6-6
- Python/ceval.c+11-9
- Python/codegen.c+3-3
- Python/compile.c+2-2
- Python/executor_cases.c.h+4-5
- Python/gc_free_threading.c+13
- Python/generated_cases.c.h+4-5
- Python/optimizer_cases.c.h+5-3
- Tools/c-analyzer/cpython/globals-to-fix.tsv+4-7
- Tools/unicode/makeunicodedata.py+1-1
0 commit comments