[issue15397] Unbinding of methods

Andrew Svetlov report at bugs.python.org
Thu Jul 19 22:00:56 CEST 2012


Andrew Svetlov <andrew.svetlov at gmail.com> added the comment:

Looks like PyCFunction_NewEx is part of Stable API.
If I'm right you have to make stub for this one as simple trampoline to new PyCFunction_NewExEx implementation.

Martin, please confirm.

----------
nosy: +loewis

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


More information about the Python-bugs-list mailing list