Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(profiling): Use co_qualname in python 3.11 #1831

Merged

Commits on Jan 11, 2023

  1. feat(profiling): Use co_qualname in python 3.11

    The `get_frame_name` implementation works well for <3.11 but 3.11 introduced a
    `co_qualname` that works like our implementation of `get_frame_name` and handles
    some cases better.
    Zylphrex committed Jan 11, 2023
    Copy the full SHA
    fa14e20 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2023

  1. Copy the full SHA
    2f7e04c View commit details
    Browse the repository at this point in the history
  2. fix styling

    Zylphrex committed Jan 19, 2023
    Copy the full SHA
    7ab7b9c View commit details
    Browse the repository at this point in the history