projects
/
platform
/
upstream
/
python-cython.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f3ecd7
)
add frozen importlib module to excluded modules in cystdlib.py
author
Stefan Behnel
<stefan_ml@behnel.de>
Sat, 31 Aug 2013 10:59:19 +0000
(12:59 +0200)
committer
Stefan Behnel
<stefan_ml@behnel.de>
Sat, 31 Aug 2013 10:59:19 +0000
(12:59 +0200)
Tools/cystdlib.py
patch
|
blob
|
history
diff --git
a/Tools/cystdlib.py
b/Tools/cystdlib.py
index
e28712e
..
c9230c3
100644
(file)
--- 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(