Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Apply suggestions from code review
  • Loading branch information
pablogsal authored Apr 28, 2021
commit f41d26976f7dff797a8862f17641b2d2684274b3
4 changes: 2 additions & 2 deletions Doc/whatsnew/3.10.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1695,8 +1695,8 @@ New Features
:c:func:`PyGC_Enable()`,
:c:func:`PyGC_Disable()`,
:c:func:`PyGC_IsEnabled()`.
Comment thread
scoder marked this conversation as resolved.
This previously required importing the :mod:`gc` module and calling
Python functions in it, which is cumbersome from C code.
These functions allow to activate, deactivate and query the state of the garbage collector from C code without
having to import the :mod:`gc` module.

Porting to Python 3.10
----------------------
Expand Down