You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rewrite PyImport_AddModule() to simply call Py_DECREF(), rather than
creating a weak reference, to get a borrowed reference to the
module.
In the documentation, add a link to sys.modules to explicit which
"modules" are checked.
0 commit comments