improve Python compatibility during stdlib compilation
authorStefan Behnel <stefan_ml@behnel.de>
Sat, 31 Aug 2013 10:41:35 +0000 (12:41 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Sat, 31 Aug 2013 10:41:35 +0000 (12:41 +0200)
--HG--
extra : rebase_source : 3925751f19150188e9c65f87aca4039a7d551b7a

Tools/cystdlib.py

index a9bf7ee..e28712e 100644 (file)
@@ -20,6 +20,7 @@ from Cython.Compiler import Options
 
 # improve Python compatibility by allowing some broken code
 Options.error_on_unknown_names = False
+Options.error_on_uninitialized = False
 
 excludes = ['**/test/**/*.py', '**/tests/**/*.py', '**/__init__.py']
 broken = [