8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dbb427 commit 9a7204bCopy full SHA for 9a7204b
Doc/whatsnew/3.13.rst
@@ -940,13 +940,6 @@ Removed
940
941
(Contributed by Victor Stinner in :gh:`105182`.)
942
943
-* Remove the old private, undocumented and untested ``_PyGC_FINALIZED()`` macro
944
- which was kept for backward compatibility with Python 3.8 and older: use
945
- :c:func:`PyObject_GC_IsFinalized()` instead. The `pythoncapi-compat project
946
- <https://github.com/python/pythoncapi-compat/>`__ can be used to get this
947
- function on Python 3.8 and older.
948
- (Contributed by Victor Stinner in :gh:`105268`.)
949
-
950
* Remove the old aliases to functions calling functions which were kept for
951
backward compatibility with Python 3.8 provisional API:
952
0 commit comments