]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-128629: Add Py_PACK_VERSION and Py_PACK_FULL_VERSION (GH-128630)
authorPetr Viktorin <encukou@gmail.com>
Thu, 9 Jan 2025 10:10:28 +0000 (11:10 +0100)
committerGitHub <noreply@github.com>
Thu, 9 Jan 2025 10:10:28 +0000 (11:10 +0100)
commit1439b81928f1b52c5a0ac7fd81fdd66afd5f72da
tree327fda70fac52911985d6c15f062e374a3734fd6
parent4685401845ba3e2ab8c9f4a9a10aa2969b11985f
gh-128629: Add Py_PACK_VERSION and Py_PACK_FULL_VERSION (GH-128630)
18 files changed:
Doc/c-api/apiabiversion.rst
Doc/data/stable_abi.dat
Doc/whatsnew/3.14.rst
Include/patchlevel.h
Include/pymacro.h
Lib/test/test_capi/test_misc.py
Lib/test/test_stable_abi_ctypes.py
Misc/NEWS.d/next/C_API/2025-01-08-13-13-18.gh-issue-128629.gSmzyl.rst [new file with mode: 0644]
Misc/stable_abi.toml
Modules/Setup.stdlib.in
Modules/_testlimitedcapi.c
Modules/_testlimitedcapi/clinic/version.c.h [new file with mode: 0644]
Modules/_testlimitedcapi/parts.h
Modules/_testlimitedcapi/version.c [new file with mode: 0644]
PC/python3dll.c
PCbuild/_testlimitedcapi.vcxproj
PCbuild/_testlimitedcapi.vcxproj.filters
Python/modsupport.c