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

Unify and fix tasklet.kill(), tasklet.throw() and tasklet.raise_exception() #93

@ghost

Description

Originally reported by: Anselm Kruis (Bitbucket: akruis, GitHub: akruis)


The implementations of all three methods differ in their error handling. And they contain bugs in corner cases, especially if a tasklet has no thread state (various assertion violations).
I created a unified implementation of all three methods.


Activity

ghost
ghost
ghost
ghost added on Sep 24, 2017
ghost added this to the 3.3.7-slp milestone on Sep 24, 2017
ghost closed this as completedon Sep 24, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Unify and fix tasklet.kill(), tasklet.throw() and tasklet.raise_exception() · Issue #93 · stackless-dev/stackless