Commit 5278baf4 authored by Stefan Behnel's avatar Stefan Behnel

exclude two more modules from stdlib compilation that require bootstrapping...

exclude two more modules from stdlib compilation that require bootstrapping before importing Cython modules
parent 0b2eb560
......@@ -33,6 +33,8 @@ broken = [
'traceback.py',
'types.py',
'enum.py',
'keyword.py',
'_collections_abc.py',
'importlib/_bootstrap',
]
......
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