Skip to content

Report stacks for all greenlets #60

Open
@godlygeek

Description

@godlygeek

Add a new command line switch to ask pystack to try to find suspended greenlets and print their stacks. It would do this by finding and walking the CPython implementation's linked list of Python objects to find all greenlets and to identify the most recent stack frame of each one.

This is probably quite a tricky change, but would be a very cool feature.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions