Skip to content

Commit 6f816cd

Browse files
rickeylevchowder
authored andcommitted
clarify comment about removal of del sys.path0
1 parent e079e1f commit 6f816cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/private/stage2_bootstrap_template.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# behaviour, which we set in the stage 1 bootstrap.
1313
# So the prepended entry needs to be removed only if the above option is either
1414
# unset or not supported by the interpreter.
15-
# TODO(#7091): Remove this hack when we drop support for Python 3.10 and below
15+
# NOTE: This can be removed when Python 3.10 and below is no longer supported
1616
if not getattr(sys.flags, "safe_path", False):
1717
del sys.path[0]
1818

0 commit comments

Comments
 (0)