exclude two more modules from stclib compilation
authorStefan Behnel <stefan_ml@behnel.de>
Sun, 1 Sep 2013 15:14:11 +0000 (17:14 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Sun, 1 Sep 2013 15:14:11 +0000 (17:14 +0200)
Tools/cystdlib.py

index 2edde6e..dda22d6 100644 (file)
@@ -31,6 +31,8 @@ broken = [
     'threading.py',      # interrupt handling
     'lib2to3/fixes/fix_sys_exc.py',
     'traceback.py',
+    'types.py',
+    'enum.py',
     'importlib/_bootstrap',
 ]