Commit 93813439 authored by Benjamin Peterson's avatar Benjamin Peterson

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

parent 865bdbf4
...@@ -1799,6 +1799,7 @@ _PySys_Init(void) ...@@ -1799,6 +1799,7 @@ _PySys_Init(void)
#endif #endif
#undef SET_SYS_FROM_STRING #undef SET_SYS_FROM_STRING
#undef SET_SYS_FROM_STRING_BORROW
if (PyErr_Occurred()) if (PyErr_Occurred())
return NULL; return NULL;
return m; return m;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment