From: Stefan Behnel Date: Sun, 1 Sep 2013 15:14:11 +0000 (+0200) Subject: exclude two more modules from stclib compilation X-Git-Tag: 0.20b1~341 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=57cbbc21f160b020bab96a44418150e29e5b74ed;p=platform%2Fupstream%2Fpython-cython.git exclude two more modules from stclib compilation --- diff --git a/Tools/cystdlib.py b/Tools/cystdlib.py index 2edde6e..dda22d6 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', ]