]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-105268: _PyGC_FINALIZED() removal is already documented in 3.12 (#107350)
authorVictor Stinner <vstinner@python.org>
Thu, 27 Jul 2023 14:43:09 +0000 (16:43 +0200)
committerGitHub <noreply@github.com>
Thu, 27 Jul 2023 14:43:09 +0000 (14:43 +0000)
Doc/whatsnew/3.13.rst

index 8ca0abf5525763a1f87eaa848f7a8d7fd986d44e..7cad5d1ec02aa785406921040730b711e3405f3e 100644 (file)
@@ -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
-  <https://github.com/python/pythoncapi-compat/>`__ 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: