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
{{ message }}
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.
Depending on how stripped the python binary being used is, pendingcalls_to_do or pendingbusy may be unavailable. It'd be useful to fall back to injecting fake signals using Py_AddPendingCall(0,0) in such cases, even though it's more intrusive and less reliable.
The text was updated successfully, but these errors were encountered:
Depending on how stripped the python binary being used is,
pendingcalls_to_do
orpendingbusy
may be unavailable. It'd be useful to fall back to injecting fake signals usingPy_AddPendingCall(0,0)
in such cases, even though it's more intrusive and less reliable.The text was updated successfully, but these errors were encountered: