]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-123465: Allow Py_RELATIVE_OFFSET for __*offset__ members (GH-123474)
authorPetr Viktorin <encukou@gmail.com>
Thu, 5 Sep 2024 12:14:05 +0000 (14:14 +0200)
committerGitHub <noreply@github.com>
Thu, 5 Sep 2024 12:14:05 +0000 (14:14 +0200)
commit16be8db6bec7bf8b58df80601cab58a26eee4afa
tree73eb8cb146a39a1929c9d317d9d9b6a41459abf0
parentce9f84a47bfbafedd09a25d0f6f0c8209550fb6c
gh-123465: Allow Py_RELATIVE_OFFSET for __*offset__ members (GH-123474)
Doc/c-api/structures.rst
Lib/test/test_call.py
Lib/test/test_capi/test_misc.py
Misc/NEWS.d/next/C_API/2024-08-29-15-05-19.gh-issue-123465.eqwNWq.rst [new file with mode: 0644]
Modules/_testlimitedcapi/clinic/heaptype_relative.c.h [new file with mode: 0644]
Modules/_testlimitedcapi/heaptype_relative.c
Modules/_testlimitedcapi/vectorcall_limited.c
Objects/typeobject.c