Message192857
I was thinking of a message similar to the one above.
The eventual exception set by PyModule_GetDef(m) is less explicit.
if (def == NULL) {
PyErr_Format(PyExc_SystemError,
"initialization of %s did not return an extension module",
shortname);
goto error;
} |
|
Date |
User |
Action |
Args |
2013-07-11 10:14:27 | amaury.forgeotdarc | set | recipients:
+ amaury.forgeotdarc, christian.heimes, python-dev, Padowan |
2013-07-11 10:14:27 | amaury.forgeotdarc | set | messageid: <1373537667.03.0.237555037181.issue18426@psf.upfronthosting.co.za> |
2013-07-11 10:14:27 | amaury.forgeotdarc | link | issue18426 messages |
2013-07-11 10:14:26 | amaury.forgeotdarc | create | |
|