[issue28254] Add C API for gc.enable, gc.disable, and gc.isenabled

Raymond Hettinger report at bugs.python.org
Fri Sep 23 15:18:58 EDT 2016


Raymond Hettinger added the comment:

What use case do you have that warrants a C API expansion rather than just using PyObject_Call?  I don't recall this ever having been requested which suggests that it is either unnecessary or that people fear opening a can of worms.

----------
nosy: +rhettinger

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28254>
_______________________________________


More information about the Python-bugs-list mailing list