-
-
Notifications
You must be signed in to change notification settings - Fork 30.4k
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
New REPL exposes its internal imports/definitions to top-level environment #118908
Comments
…nitions on new REPL startup (pythonGH-119547) (cherry picked from commit 86a8a1c) Co-authored-by: Eugene Triguba <[email protected]>
It seems that this change broke a buildbot, see: https://buildbot.python.org/all/#/builders/249/builds/8895/steps/5/logs/stdio |
…onGH-120370) (cherry picked from commit 02e74c3) Co-authored-by: Lysandros Nikolaou <[email protected]>
…120370) (#120392) (cherry picked from commit 02e74c3) Co-authored-by: Lysandros Nikolaou <[email protected]>
It looks like a timeout.... I will try to investigate today |
…ythonGH-120408) (cherry picked from commit 3453362) Co-authored-by: Pablo Galindo Salgado <[email protected]>
…GH-120408) (#120430) (cherry picked from commit 3453362) Co-authored-by: Pablo Galindo Salgado <[email protected]>
The timeout should be fixed now. |
The fix is invalid. It makes it impossible to auto-import stuff with PYTHONSTARTUP. |
This allows for PYTHONSTARTUP to execute in the right namespace.
This allows for PYTHONSTARTUP to execute in the right namespace.
…nGH-121054) (cherry picked from commit d611c4c) Co-authored-by: Łukasz Langa <[email protected]>
…nitions on new REPL startup (python#119547)
…nitions on new REPL startup (python#119547)
…nitions on new REPL startup (python#119547)
Bug report
Bug description:
Top-level scope now contains globals of
_pyrepl.__main__
:CPython versions tested on:
3.13
Operating systems tested on:
Linux
Linked PRs
The text was updated successfully, but these errors were encountered: