[issue18426] Crash when extension does not use PyModule_Create()

Christian Heimes report at bugs.python.org
Thu Jul 11 11:26:18 CEST 2013


Christian Heimes added the comment:

I used a slightly different patch:

if (def == NULL)
    goto error;

----------
nosy: +christian.heimes
resolution:  -> fixed
stage:  -> committed/rejected
status: open -> closed
versions:  -Python 3.1, Python 3.2, Python 3.5

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


More information about the Python-bugs-list mailing list