Commit 9f3ecd7e authored by Stefan Behnel's avatar Stefan Behnel

improve Python compatibility during stdlib compilation

--HG--
extra : rebase_source : 3925751f19150188e9c65f87aca4039a7d551b7a
parent 00ecb1fd
...@@ -20,6 +20,7 @@ from Cython.Compiler import Options ...@@ -20,6 +20,7 @@ from Cython.Compiler import Options
# improve Python compatibility by allowing some broken code # improve Python compatibility by allowing some broken code
Options.error_on_unknown_names = False Options.error_on_unknown_names = False
Options.error_on_uninitialized = False
excludes = ['**/test/**/*.py', '**/tests/**/*.py', '**/__init__.py'] excludes = ['**/test/**/*.py', '**/tests/**/*.py', '**/__init__.py']
broken = [ broken = [
......
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