]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105268: Remove _PyGC_FINALIZED() macro (#105350)
authorVictor Stinner <vstinner@python.org>
Tue, 6 Jun 2023 09:54:23 +0000 (11:54 +0200)
committerGitHub <noreply@github.com>
Tue, 6 Jun 2023 09:54:23 +0000 (11:54 +0200)
commit8ddf0dd264acafda29dc587ab8393387bb9a76ab
treec471b0ee9bfe527fc383b3125a36de41cfcba762
parent49fe2e4af7993c124b98589ee608ed6ba2cee8e6
gh-105268: Remove _PyGC_FINALIZED() macro (#105350)

Remove the old private, undocumented and untested _PyGC_FINALIZED()
macro which was kept for backward compatibility with Python 3.8 and
older.
Doc/whatsnew/3.13.rst
Include/cpython/objimpl.h
Misc/NEWS.d/next/C API/2023-06-06-10-57-18.gh-issue-105268.OTJUko.rst [new file with mode: 0644]