]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-124127: Make Py_REFCNT() opaque in limited C API 3.14 (#124128)
authorVictor Stinner <vstinner@python.org>
Tue, 24 Sep 2024 06:42:58 +0000 (08:42 +0200)
committerGitHub <noreply@github.com>
Tue, 24 Sep 2024 06:42:58 +0000 (08:42 +0200)
commit9d344fafc4385cb2e17425b77b54660ca83c61ac
treeb405dbb48f51bf61d8463d8adb5bd5836ec752e2
parentb82f07653e1e15a48ebaf8de324f52559e470254
gh-124127: Make Py_REFCNT() opaque in limited C API 3.14 (#124128)
Doc/data/stable_abi.dat
Doc/whatsnew/3.14.rst
Include/refcount.h
Lib/test/test_stable_abi_ctypes.py
Misc/NEWS.d/next/C_API/2024-09-16-16-21-39.gh-issue-124127.LB8DBU.rst [new file with mode: 0644]
Misc/stable_abi.toml
Objects/object.c
PC/python3dll.c