Skip to content

Commit 657cb1c

Browse files
committed
Add mapping for _struct.c import
1 parent 7d5fb53 commit 657cb1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1204,6 +1204,7 @@ def import_python_sources(args):
12041204
"unicodedata.c": "_cpython_unicodedata.c",
12051205
"_bz2module.c": "_bz2.c",
12061206
"mmapmodule.c": "_mmap.c",
1207+
"_struct.c": "_cpython_struct.c",
12071208
}
12081209
extra_pypy_files = [
12091210
"graalpython/lib-python/3/_md5.py",

0 commit comments

Comments
 (0)