Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.3k
GH-113703: Fix regression of incomplete code.InteractiveInterpreter.runsource#113705
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
ghost commentedJan 4, 2024 • edited by ghost
Loading Uh oh!
There was an error while loading.Please reload this page.
edited by ghost
Uh oh!
There was an error while loading.Please reload this page.
Most changes to Pythonrequire a NEWS entry. Add one using theblurb_it web app or theblurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
pablogsal commentedJan 4, 2024
Thanks a lot for the PR! Unfortunately as you have identified, this is not the correct fix. I am closing this in favour of#113709 |
Uh oh!
There was an error while loading.Please reload this page.
This is a very dumb fix. Feedback is welcomed. It works because to my understanding, unterminated something is basically incomplete, but I could be wrong.
fixes#113703
code.InteractiveInterpreter.runsource()regression on Python 3.12+ #113703