]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-103743: Add PyUnstable_Object_GC_NewWithExtraData (GH-103744)
authorJurica Bradarić <jbradaric@users.noreply.github.com>
Tue, 2 May 2023 11:38:46 +0000 (13:38 +0200)
committerGitHub <noreply@github.com>
Tue, 2 May 2023 11:38:46 +0000 (13:38 +0200)
commit87223f32aba872cfebde6fbe38673799eb79f248
treec75eeb511663531c2a822e3814877c1bd4fc62c4
parentf6314b92dcfc8ca6ff3fd150814f85448db69165
gh-103743: Add PyUnstable_Object_GC_NewWithExtraData (GH-103744)

Co-authored-by: Petr Viktorin <encukou@gmail.com>
Co-authored-by: Erlend E. Aasland <erlend.aasland@protonmail.com>
Doc/c-api/gcsupport.rst
Include/cpython/objimpl.h
Lib/test/test_capi/test_misc.py
Misc/NEWS.d/next/C API/2023-04-24-10-31-59.gh-issue-103743.2xYA1K.rst [new file with mode: 0644]
Modules/_testcapimodule.c
Modules/gcmodule.c