Skip to content

Commit 5faea85

Browse files
committed
patch platform until subprocess is supported
1 parent 5522344 commit 5faea85

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

graalpython/lib-python/3/platform.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,9 @@
113113
__version__ = '1.0.8'
114114

115115
import collections
116-
import sys, os, re, subprocess
116+
# TODO: reenable me once subprocess is supported
117+
# import sys, os, re, subprocess
118+
import sys, os, re
117119

118120
import warnings
119121

0 commit comments

Comments
 (0)