undefine SET_SYS_FROM_STRING_BORROW after its done being used (closes #21089)

This commit is contained in:
Benjamin Peterson 2014-03-28 18:52:45 -04:00
parent 865bdbf4af
commit 9381343948

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;