-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
A-stdlibC-compatA discrepancy between RustPython and CPythonA discrepancy between RustPython and CPython
Description
Feature
Currently, I'm working on adding test_os.py test file. Then I met this error.
Traceback (most recent call last):
File "Lib/test/test_os.py", line 15, in <module>
import mmap
ModuleNotFoundError: No module named 'mmap'
mmap module in CPython is not implemented on RustPython.
Python Documentation
Metadata
Metadata
Assignees
Labels
A-stdlibC-compatA discrepancy between RustPython and CPythonA discrepancy between RustPython and CPython