We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0b83ab commit 402faf5Copy full SHA for 402faf5
python/private/stage2_bootstrap_template.py
@@ -365,15 +365,6 @@ def main():
365
print_verbose("initial environ:", mapping=os.environ)
366
print_verbose("initial sys.path:", values=sys.path)
367
368
- if bool(os.environ.get("RULES_PYTHON_BOOTSTRAP_REPL")):
369
- global MAIN_PATH
370
- global MAIN_MODULE
371
- MAIN_PATH = ""
372
- MAIN_MODULE = "code"
373
-
374
- # Prevent subprocesses from also entering the REPL.
375
- del os.environ["RULES_PYTHON_BOOTSTRAP_REPL"]
376
377
main_rel_path = None
378
# todo: things happen to work because find_runfiles_root
379
# ends up using stage2_bootstrap, and ends up computing the proper
0 commit comments