| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
The site module gets the __main__ module to get _pyrepl.__main__.
There was a problem hiding this comment.
LGTM!
Sorry, something went wrong.
|
@vstinner I took a crack at it here when I noticed the first PR that had the mypy fix reverted the bug fix: #119328. Do you have a preference of approach? Happy to close that one out or try to get that test properly working in that PR and just try to get that merged in instead 🙂 |
Sorry, something went wrong.
There was a problem hiding this comment.
Works for me!
Sorry, something went wrong.
|
Thanks for the review and testing! |
Sorry, something went wrong.
|
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. |
Sorry, something went wrong.
The site module gets the __main__ module to get _pyrepl.__main__. (cherry picked from commit de8f530) Co-authored-by: Victor Stinner <vstinner@python.org>
|
GH-119359 is a backport of this pull request to the 3.13 branch. |
Sorry, something went wrong.
The site module gets the __main__ module to get _pyrepl.__main__.
| Back | FazBrowse Home | New Git URL |
The site module gets the main module to get _pyrepl.main.