From efcf7d74c85867fb51dceb97c9ed16fa7a24d81c Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Thu, 27 Jul 2023 16:29:41 +0200 Subject: [PATCH] gh-105268: _PyGC_FINALIZED() removal is already documented in 3.12 --- Doc/whatsnew/3.13.rst | 7 ------- 1 file changed, 7 deletions(-) diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst index 8ca0abf5525763..7cad5d1ec02aa7 100644 --- a/Doc/whatsnew/3.13.rst +++ b/Doc/whatsnew/3.13.rst @@ -940,13 +940,6 @@ Removed (Contributed by Victor Stinner in :gh:`105182`.) -* Remove the old private, undocumented and untested ``_PyGC_FINALIZED()`` macro - which was kept for backward compatibility with Python 3.8 and older: use - :c:func:`PyObject_GC_IsFinalized()` instead. The `pythoncapi-compat project - `__ can be used to get this - function on Python 3.8 and older. - (Contributed by Victor Stinner in :gh:`105268`.) - * Remove the old aliases to functions calling functions which were kept for backward compatibility with Python 3.8 provisional API: