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<
8000
/tool-tip>
{{ message }}
This repository was archived by the owner on Feb 13, 2025. It is now read-only.
Help on method_descriptor:
throw(...)
tasklet.throw(exc, val=None, tb=None, immediate=True) -- raise an exception for the tasklet.
'exc', 'val' and 'tb' have the same semantics as the 'raise' statement of the Python(r) language.
If 'pending' is True, the tasklet is not immediately activated, just
merely made runnable, ready to raise the exception when run.
the 4th argument has been changed from immediate=True to pending=False a long time ago (75f4d17). Trivial to fix.
The text was updated successfully, but these errors were encountered:
Output of help(stackless.tasklet.throw) is:
the 4th argument has been changed from
immediate=True
topending=False
a long time ago (75f4d17). Trivial to fix.The text was updated successfully, but these errors were encountered: