summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-03-28 22:55:04 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-03-28 22:55:04 (GMT)
commit9effd1f5fb814fcdb6e8072e2afbf841bdb19d61 (patch)
treede9f4a0cc6a891633c4230747bd95780b81f3334 /Python
parentaa1403c440dc1fce80ee08c790ed3c20ebea753e (diff)
parent938134394837f3cac1f8cbe3c3bf4f53c5ce0379 (diff)
downloadcpython-9effd1f5fb814fcdb6e8072e2afbf841bdb19d61.zip
cpython-9effd1f5fb814fcdb6e8072e2afbf841bdb19d61.tar.gz
cpython-9effd1f5fb814fcdb6e8072e2afbf841bdb19d61.tar.bz2
merge 3.4 (#21089)
Diffstat (limited to 'Python')
-rw-r--r--Python/sysmodule.c1
1 files changed, 1 insertions, 0 deletions
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 @@ _PySys_Init(void)
#endif
#undef SET_SYS_FROM_STRING
+#undef SET_SYS_FROM_STRING_BORROW
if (PyErr_Occurred())
return NULL;
return m;