Skip to content

Commit a6186d8

Browse files
committed
revert ensurepip patch now that pyc serialization works
1 parent ef9afca commit a6186d8

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

graalpython/lib-python/3/ensurepip/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,6 @@ def _bootstrap(*, root=None, upgrade=False, user=False,
115115
args += ["--user"]
116116
if verbosity:
117117
args += ["-" + "v" * verbosity]
118-
# TODO: truffle revert patch GR-21630
119-
args+= ["--no-compile"]
120118

121119
return _run_pip(args + [p[0] for p in _PROJECTS], additional_paths)
122120

0 commit comments

Comments
 (0)