-
-
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
gh-121016: Add test for PYTHON_BASIC_REPL
envioronment variable
#121017
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks @devdanzin!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Two tiny nits:
… working as expected. Co-authored-by: Alex Waygood <[email protected]>
Thank you Lysandros and Alex! |
PYTHON_BASIC_REPL
PYTHON_BASIC_REPL
envioronment variable
Thanks @devdanzin for the PR, and @AlexWaygood for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
Sorry, @devdanzin and @AlexWaygood, I could not cleanly backport this to
|
@devdanzin, would you possibly be able to take care of the backport PR? If you're not familiar with the process, I can do it later |
Thanks for merging!
I'm not sure I can, I get "Permission denied" at the end of the process:
If the right way to do it is to push to my fork first, I can try it tonight. Otherwise, feel free to handle it. |
That's the right way, yes. You can try it tonight, sure. |
…le (python#121017) (cherry picked from commit 9e45fd9)
… variable (pythonGH-121017) (cherry picked from commit 9e45fd9) Co-authored-by: devdanzin <[email protected]>
…le (python#121017) (cherry picked from commit 9e45fd9)
… variable (pythonGH-121017) (cherry picked from commit 9e45fd9) Co-authored-by: devdanzin <[email protected]>
GH-121064 is a backport of this pull request to the 3.13 branch. |
GH-121017) (#121064) * gh-121016: Add test for `PYTHON_BASIC_REPL` envioronment variable (#121017) (cherry picked from commit 9e45fd9) * [3.13] gh-121016: Add test for `PYTHON_BASIC_REPL` envioronment variable (GH-121017) (cherry picked from commit 9e45fd9) Co-authored-by: devdanzin <[email protected]>
This PR adds a test for
PYTHON_BASIC_REPL
setting the interpreter to use the basic REPL, using a technique suggested by @AlexWaygood on Discord.PYTHON_BASIC_REPL
is not currently tested #121016