From 57cbbc21f160b020bab96a44418150e29e5b74ed Mon Sep 17 00:00:00 2001
From: Stefan Behnel <stefan_ml@behnel.de>
Date: Sun, 1 Sep 2013 17:14:11 +0200
Subject: [PATCH] exclude two more modules from stclib compilation

---
 Tools/cystdlib.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/Tools/cystdlib.py b/Tools/cystdlib.py
index 2edde6e7b..dda22d62d 100644
--- a/Tools/cystdlib.py
+++ b/Tools/cystdlib.py
@@ -31,6 +31,8 @@ broken = [
     'threading.py',      # interrupt handling
     'lib2to3/fixes/fix_sys_exc.py',
     'traceback.py',
+    'types.py',
+    'enum.py',
     'importlib/_bootstrap',
 ]
 
-- 
2.30.9