Wolfgang Maier added the comment:

I ran into this issue right after 3.4 got released.

I solved it by adding

extra_compile_args=["-Wno-error=declaration-after-statement"]

as an argument to the Extension() call in the package's setup.py .

----------
nosy: +wolma

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue21121>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to