Commit 49c065c5 authored by Stefan Behnel's avatar Stefan Behnel

add frozen importlib module to excluded modules in cystdlib.py

parent 9f3ecd7e
...@@ -31,6 +31,7 @@ broken = [ ...@@ -31,6 +31,7 @@ broken = [
'threading.py', # interrupt handling 'threading.py', # interrupt handling
'lib2to3/fixes/fix_sys_exc.py', 'lib2to3/fixes/fix_sys_exc.py',
'traceback.py', 'traceback.py',
'importlib/_bootstrap',
] ]
default_directives = dict( default_directives = dict(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment