Skip to content

Commit 67cfbcd

Browse files
committed
add mmap module mapping
1 parent a41f425 commit 67cfbcd

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
@@ -769,6 +769,7 @@ def import_python_sources(args):
769769
"_cpython_sre.c": "_sre.c",
770770
"_cpython_unicodedata.c": "unicodedata.c",
771771
"_bz2.c": "_bz2module.c",
772+
"_mmap.c": "mmapmodule.c",
772773
}
773774
extra_pypy_files = [
774775
"graalpython/lib-python/3/_md5.py",

0 commit comments

Comments
 (0)