8000 gh-105268: _PyGC_FINALIZED() removal is already documented in 3.12 (#… · python/cpython@9a7204b · GitHub
[go: up one dir, main page]

Skip to content

Commit 9a7204b

Browse files
authored
gh-105268: _PyGC_FINALIZED() removal is already documented in 3.12 (#107350)
1 parent 1dbb427 commit 9a7204b

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Doc/whatsnew/3.13.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -940,13 +940,6 @@ Removed
940940

941941
(Contributed by Victor Stinner in :gh:`105182`.)
942942

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-
950943
* Remove the old aliases to functions calling functions which were kept for
951944
backward compatibility with Python 3.8 provisional API:
952945

0 commit comments

Comments
 (0)
0