Skip to content

Commit

Permalink
pythongh-105268: _PyGC_FINALIZED() removal is already documented in 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Jul 27, 2023
1 parent d77d973 commit efcf7d7
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions Doc/whatsnew/3.13.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit efcf7d7

Please sign in to comment.