diff options
Diffstat (limited to 'Misc/NEWS.d/next/C API/2023-06-06-10-57-18.gh-issue-105268.OTJUko.rst')
-rw-r--r-- | Misc/NEWS.d/next/C API/2023-06-06-10-57-18.gh-issue-105268.OTJUko.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/C API/2023-06-06-10-57-18.gh-issue-105268.OTJUko.rst b/Misc/NEWS.d/next/C API/2023-06-06-10-57-18.gh-issue-105268.OTJUko.rst new file mode 100644 index 0000000..bdabfc8 --- /dev/null +++ b/Misc/NEWS.d/next/C API/2023-06-06-10-57-18.gh-issue-105268.OTJUko.rst @@ -0,0 +1,3 @@ +Remove the old private, undocumented and untested ``_PyGC_FINALIZED()`` macro +which was kept for backward compatibility with Python 3.8 and older. Patch by +Victor Stinner. |