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

Get the correct computed tb lineno #158

Merged

Commits on Aug 8, 2024

  1. Get the correct computed tb lineno

    Fix for python/cpython#109181 introduced
    lazily computed lineno for traceback object in 3.11.7 and 3.12.1.
    Tested in a number of Python versions, the change seems to be safe.
    jmao-denver committed Aug 8, 2024
    Configuration menu
    Copy the full SHA
    b56b946 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d527107 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

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