[issue22116] Weak reference support for C function objects

Stefan Behnel report at bugs.python.org
Sat Aug 2 10:37:42 CEST 2014


Stefan Behnel added the comment:

FWIW, functions in Cython (which C-level-inherit from PyCFunction) support weak references just fine. Adding that as a general feature to PyCFunction sounds like the right thing to do.

----------
nosy: +scoder

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


More information about the Python-bugs-list mailing list