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

GH-100987: Allow non python frames in frame stack. #103010

Closed

Commits on Mar 9, 2023

  1. Rename local variables, names and consts, from the interpeter loop. W…

    …ill allow non-code objects in frames for better introspection of C builtins and extensions.
    markshannon committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    bbb99c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8bee1b8 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2023

  1. Configuration menu
    Copy the full SHA
    f1b67c2 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2023

  1. Configuration menu
    Copy the full SHA
    06e914b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3e2c3ab View commit details
    Browse the repository at this point in the history

Commits on Mar 23, 2023

  1. Configuration menu
    Copy the full SHA
    75bdd67 View commit details
    Browse the repository at this point in the history
  2. Fixup faulthandler test.

    markshannon committed Mar 23, 2023
    Configuration menu
    Copy the full SHA
    8e555ca View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44978c1 View commit details
    Browse the repository at this point in the history