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
Try to avoid executing our callback if the python interpreter is
not initialized.
Callbacks can occur after python has been finalized; trying to
access the GIL in this case causes undefined behavior.
0 commit comments