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;