Skip to content
This repository was archived by the owner on Jan 3, 2024. It is now read-only.

Commit dc065fc

Browse files
committed
Add a warning (a mistake was made on py3.6, but the warning applies here too)
1 parent ea6ef41 commit dc065fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pypy/goal/targetpypystandalone.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ def pypy_setup_home(ll_home, verbose):
126126
space.appexec([w_path, space.newtext(home), w_initstdio],
127127
r"""(path, home, initstdio):
128128
import sys
129+
# don't import anything more above this: sys.path is not set
129130
sys.path[:] = path
130131
sys.executable = home
131132
initstdio(unbuffered=True)

0 commit comments

Comments
 (0)