diff options
author | Victor Stinner <vstinner@python.org> | 2024-10-08 13:48:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-08 13:48:40 (GMT) |
commit | 65ce228d63878d8b6d0005f682e89ad9d5289c4b (patch) | |
tree | 64589c787d33f19485b60e9c4b5bdec9416e0c6b /Python/optimizer.c | |
parent | 5967dd8a4de60a418de84d1d1d9efc063ad12c47 (diff) | |
download | cpython-65ce228d63878d8b6d0005f682e89ad9d5289c4b.zip cpython-65ce228d63878d8b6d0005f682e89ad9d5289c4b.tar.gz cpython-65ce228d63878d8b6d0005f682e89ad9d5289c4b.tar.bz2 |
gh-125096: Don't import _pyrepl in site if PYTHON_BASIC_REPL (#125097)
If the PYTHON_BASIC_REPL environment variable is set, the site module
no longer imports the _pyrepl module.
Moreover, the site module now respects -E and -I command line
options: ignore PYTHON_BASIC_REPL in this case.
Diffstat (limited to 'Python/optimizer.c')
0 files changed, 0 insertions, 0 deletions