This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author matrixise
Recipients matrixise, scoder
Date 2019-05-06.14:27:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557152842.63.0.0923910614914.issue36811@roundup.psfhosted.org>
In-reply-to
Content
Hi Stefan,

When I compile the last master, I get this warning.

Could do you try?

Thanks

/home/stephane/src/github.com/python/cpython/Include -I/home/stephane/src/github.com/python/cpython -c /home/stephane/src/github.com/python/cpython/Modules/_elementtree.c -o build/temp.linux-x86_64-3.8-pydebug/home/stephane/src/github.com/python/cpython/Modules/_elementtree.o
/home/stephane/src/github.com/python/cpython/Modules/_elementtree.c: In function ‘checkpath’:
/home/stephane/src/github.com/python/cpython/Modules/_elementtree.c:1174:44: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses]
                 p[1] == '}' || p[1] == '*' && p[2] == '}')) {
                                ~~~~~~~~~~~~^~~~~~~~~~~~~~
History
Date User Action Args
2019-05-06 14:27:22matrixisesetrecipients: + matrixise, scoder
2019-05-06 14:27:22matrixisesetmessageid: <1557152842.63.0.0923910614914.issue36811@roundup.psfhosted.org>
2019-05-06 14:27:22matrixiselinkissue36811 messages
2019-05-06 14:27:22matrixisecreate