Skip to content

Exercise the debug structs placed in PyRuntime #115773

Closed
@pablogsal

Description

@pablogsal

To avoid breaking external inspection, profilers and debuggers too often or to make supporting them too difficult, we added a special offset struct in the PyRuntime structure. Unfortunately there is nothing testing that this offsets are correct or that they are enough to analyse or profile a Python application on their own. To fix this, we should add some testing that exercises the offsets and ensure they are enough to serve the purpose they were added.

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    interpreter-core(Objects, Python, Grammar, and Parser dirs)testsTests in the Lib/test dir

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions