Skip to content

Commit c2ebbc4

Browse files
rickeylevchowder
authored andcommitted
clarify comment about removal of del sys.path0
1 parent 81e6bbf commit c2ebbc4

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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy