Uh oh!
There was an error while loading. Please reload this page.
gh-121016: Add test for PYTHON_BASIC_REPL envioronment variable - #121017
Conversation
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
… working as expected. Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
devdanzin
commented
Jun 26, 2024
Thank you Lysandros and Alex! |
PYTHON_BASIC_REPLPYTHON_BASIC_REPL envioronment variableThanks @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 |
AlexWaygood
commented
Jun 26, 2024
@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 |
devdanzin
commented
Jun 26, 2024
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. |
lysnikolaou
commented
Jun 26, 2024
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 <74280297+devdanzin@users.noreply.github.com>
…le (python#121017) (cherry picked from commit 9e45fd9)
… variable (pythonGH-121017) (cherry picked from commit 9e45fd9) Co-authored-by: devdanzin <74280297+devdanzin@users.noreply.github.com>
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 <74280297+devdanzin@users.noreply.github.com>
This PR adds a test for
PYTHON_BASIC_REPLsetting the interpreter to use the basic REPL, using a technique suggested by @AlexWaygood on Discord.PYTHON_BASIC_REPLis not currently tested #121016