This commit is contained in:
Benjamin Peterson 2014-03-28 18:55:04 -04:00
commit 9effd1f5fb

View file

@ -1799,6 +1799,7 @@ _PySys_Init(void)
#endif
#undef SET_SYS_FROM_STRING
#undef SET_SYS_FROM_STRING_BORROW
if (PyErr_Occurred())
return NULL;
return m;