add frozen importlib module to excluded modules in cystdlib.py
authorStefan Behnel <stefan_ml@behnel.de>
Sat, 31 Aug 2013 10:59:19 +0000 (12:59 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Sat, 31 Aug 2013 10:59:19 +0000 (12:59 +0200)
Tools/cystdlib.py

index e28712e..c9230c3 100644 (file)
@@ -31,6 +31,7 @@ broken = [
     'threading.py',      # interrupt handling
     'lib2to3/fixes/fix_sys_exc.py',
     'traceback.py',
+    'importlib/_bootstrap',
 ]
 
 default_directives = dict(