Return internal handle from sys

This commit is contained in:
baldurk
2026-05-08 12:58:51 +01:00
parent deec38b1fb
commit 75ecc6ea1a
@@ -1449,6 +1449,7 @@ extern "C" PyObject *GetCurrentGlobalHandle()
Py_XDECREF(sys);
Py_XDECREF(ret);
return ret;
}
return NULL;