commit | 938134394837f3cac1f8cbe3c3bf4f53c5ce0379 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Fri Mar 28 18:52:45 2014 -0400 |
committer | Benjamin Peterson <benjamin@python.org> | Fri Mar 28 18:52:45 2014 -0400 |
tree | 2f43539eb42ae735de481cb5a1b00b95b50fd004 | |
parent | 865bdbf4af88a32cab4d92709fad3c8ae7fb62d5 [diff] |
undefine SET_SYS_FROM_STRING_BORROW after its done being used (closes #21089)
diff --git a/Python/sysmodule.c b/Python/sysmodule.c index 9ec3bfa..64de2bf 100644 --- a/Python/sysmodule.c +++ b/Python/sysmodule.c
@@ -1799,6 +1799,7 @@ #endif #undef SET_SYS_FROM_STRING +#undef SET_SYS_FROM_STRING_BORROW if (PyErr_Occurred()) return NULL; return m;