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-86291: linecache: get module name from __spec__ if available #22908

Merged

Commits on Jan 16, 2024

  1. bpo-42125: linecache: get module name from __spec__ if available

    This allows getting source code for the __main__ module when a custom
    loader is used.
    eltoder committed Jan 16, 2024
    Configuration menu
    Copy the full SHA
    15a4344 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

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