[issue15397] Unbinding of methods

Martin v. Löwis report at bugs.python.org
Thu Jul 19 22:23:25 CEST 2012


Martin v. Löwis <martin at v.loewis.de> added the comment:

Andrew is right: PyCFunction_NewEx must stay, and must continue to get the same parameters as it currently does. This not only applies to extensions already built, but also to extensions that are built against the new header files: they still need to run under old Python releases (if they only use the stable ABI).

----------

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


More information about the Python-bugs-list mailing list