Skip to content

Commit 5478b72

Browse files
committed
re-add lost _sre module
1 parent 119cfff commit 5478b72

File tree

1 file changed

+1
-0
lines changed
  • graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins

1 file changed

+1
-0
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/builtins/Python3Core.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ public final class Python3Core implements PythonCore {
181181
"time",
182182
"unicodedata",
183183
"_locale",
184+
"_sre",
184185
};
185186

186187
private final PythonBuiltins[] BUILTINS = new PythonBuiltins[]{

0 commit comments

Comments
 (0)