mirror of
https://github.com/python/cpython.git
synced 2026-05-14 08:28:31 -04:00
65ce228d63
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.