summaryrefslogtreecommitdiff
path: root/Tools/cystdlib.py
diff options
context:
space:
mode:
authorStefan Behnel <stefan_ml@behnel.de>2013-08-31 12:59:19 +0200
committerStefan Behnel <stefan_ml@behnel.de>2013-08-31 12:59:19 +0200
commit49c065c59a84be425c9710b2bf3b33ba31864e86 (patch)
tree94f07f6f22f5e878ee0dff9e0532599bb476cf91 /Tools/cystdlib.py
parent9f3ecd7ec4b964df05140f60e66c201564d4b17b (diff)
downloadcython-49c065c59a84be425c9710b2bf3b33ba31864e86.tar.gz
add frozen importlib module to excluded modules in cystdlib.py
Diffstat (limited to 'Tools/cystdlib.py')
-rw-r--r--Tools/cystdlib.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tools/cystdlib.py b/Tools/cystdlib.py
index e28712ef6..c9230c3ef 100644
--- a/Tools/cystdlib.py
+++ b/Tools/cystdlib.py
@@ -31,6 +31,7 @@ broken = [
'threading.py', # interrupt handling
'lib2to3/fixes/fix_sys_exc.py',
'traceback.py',
+ 'importlib/_bootstrap',
]
default_directives = dict(