Skip to content

sys.settrace set some events without callbacks #117385

Closed
@gaogaotiantian

Description

@gaogaotiantian

Bug report

Bug description:

sys.settrace sets PY_MONITORING_EVENT_BRANCH and PY_MONITORING_EVENT_EXCEPTION_HANDLED monitoring events but does not have any registered callbacks. Those two events should not generate any legacy trace events (and sys.settrace works fine without it for a long time), so we should just remove those.

This improves trace performance a bit (~3% for fib + empty tracefunc) as the events do not fire anymore.

CPython versions tested on:

CPython main branch

Operating systems tested on:

No response

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    type-bugAn unexpected behavior, bug, or error

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions