Gabriel Somlo added the comment:

output of "gcc -E -Wall -I/usr/include/python2.7 -c netnsmodule.c > foo.c"

I think gcc7 is a bit more paranoid about whether some expression evaluating to 
an int can/should in itself be used as a Boolean (i.e., without being compared 
to 0).

----------
Added file: http://bugs.python.org/file47037/foo.c

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

Reply via email to