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/apiabiversion.rst+76-26
- Doc/c-api/init.rst+11
- Doc/data/stable_abi.dat+2
- Doc/library/asyncio-eventloop.rst+9
- Doc/library/asyncio-queue.rst+3-3
- Doc/library/functools.rst+2-2
- Doc/whatsnew/3.14.rst+4
- Include/internal/pycore_object.h+1-1
- Include/patchlevel.h+20-6
- Include/pymacro.h+9
- Lib/test/test__interpreters.py+12-1
- Lib/test/test_capi/test_misc.py+43
- Lib/test/test_stable_abi_ctypes.py+2
- Lib/test/test_typing.py+65
- Lib/typing.py+1-1
- Misc/NEWS.d/next/C_API/2025-01-08-13-13-18.gh-issue-128629.gSmzyl.rst+2
- Misc/NEWS.d/next/Core_and_Builtins/2024-12-02-18-15-37.gh-issue-126862.fdIK7T.rst+2
- Misc/NEWS.d/next/Library/2024-11-24-14-53-35.gh-issue-127196.8CBkUa.rst+2
- Misc/NEWS.d/next/Library/2025-01-09-12-06-52.gh-issue-128661.ixx_0z.rst+2
- Misc/stable_abi.toml+4
- Modules/Setup.stdlib.in+1-1
- Modules/_asynciomodule.c+14-5
- Modules/_interpretersmodule.c+6-1
- Modules/_testlimitedcapi.c+3
- Modules/_testlimitedcapi/clinic/version.c.h+93
- Modules/_testlimitedcapi/parts.h+1
- Modules/_testlimitedcapi/version.c+77
- Modules/_threadmodule.c+4
- Objects/typeobject.c+4-4
- PC/python3dll.c+2
- PCbuild/_testlimitedcapi.vcxproj+1
- PCbuild/_testlimitedcapi.vcxproj.filters+1
- Python/modsupport.c+17
0 commit comments