dfa7677e2f
This verifies the behavior: - Exact matches of built-ins bypass filesystem. - u-prefix modules can be overridden from the filesystem. - Builtin import can be forced using either u-prefix or sys.path=[]. This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
4 lines
126 B
Python
4 lines
126 B
Python
# usys (and any u-prefix) is always builtin and cannot be overriden by the
|
|
# filesystem.
|
|
print("ERROR: usys from filesystem")
|