8000 Documentation update for tasklet.throw · Issue #237 · stackless-dev/stackless · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Feb 13, 2025. It is now read-only.

Documentation update for tasklet.throw #237

Closed
akruis opened this issue Apr 18, 2021 · 1 comment
Closed

Documentation update for tasklet.throw #237

akruis opened this issue Apr 18, 2021 · 1 comment

Comments

@akruis
Copy link
akruis commented Apr 18, 2021

Output of help(stackless.tasklet.throw) is:

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.

@akruis akruis self-assigned this Apr 18, 2021
akruis pushed a commit that referenced this issue Apr 18, 2021
The 4th argument has been changed from immediate=True to pending=False
a long time ago.

(cherry picked from commit 12b78b0)
akruis pushed a commit that referenced this issue Apr 18, 2021
The 4th argument has been changed from immediate=True to pending=False
a long time ago.

(cherry picked from commit 12b78b0)
akruis pushed a commit that referenced this issue Apr 18, 2021
The 4th argument has been changed from immediate=True to pending=False
a long time ago.
akrui 873C s pushed a commit that referenced this issue Apr 18, 2021
The 4th argument has been changed from immediate=True to pending=False
a long time ago.

(cherry picked from commit 12b78b0)
@akruis
Copy link
Author
akruis commented Apr 20, 2021

it's fixed.

@akruis akruis closed this as completed Apr 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant
0