In PySys_GetObject(), it's possible that tstate->interp->sysdict is
NULL. In that case, return NULL rather than dumping core. This fixes PR#91, submitted by Lele Gaifax.
Showing
Please register or sign in to comment
NULL. In that case, return NULL rather than dumping core. This fixes PR#91, submitted by Lele Gaifax.