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 sable
Recipients BreamoreBoy, apaprocki, benjamin.peterson, r.david.murray, sable, srid
Date 2010-09-06.09:57:53
SpamBayes Score 3.6726215e-05
Marked as misclassified No
Message-id <1283767075.37.0.501425721618.issue4499@psf.upfronthosting.co.za>
In-reply-to
Content
I can confirm that this problem is still present with Python 3.1.2 on AIX 6.1. This is just a compilation warning, but the patch in
msg110771 correctly cleans it.

xlc_r -c  -DNDEBUG -O  -I. -IInclude -I./Include -I/home/cis/data/bamboo-home-agent-runtime/xml-data/build-dir/RTAIX30-SUP/target/support/include -I/home/cis/data/bamboo-home-agent-runtime/xml-data/build-dir/RTAIX30-SUP/target/support/include/ncurses -I/home/cis/data/bamboo-home-agent-runtime/xml-data/build-dir/RTAIX30-SUP/target/support/include  -DPy_BUILD_CORE -o Parser/acceler.o Parser/acceler.c
"Include/token.h", line 42.9: 1506-236 (W) Macro name TILDE has been redefined.
"Include/token.h", line 42.9: 1506-358 (I) "TILDE" is defined on line 270 of /usr/include/sys/ioctl.h.
History
Date User Action Args
2010-09-06 09:57:55sablesetrecipients: + sable, benjamin.peterson, apaprocki, r.david.murray, srid, BreamoreBoy
2010-09-06 09:57:55sablesetmessageid: <1283767075.37.0.501425721618.issue4499@psf.upfronthosting.co.za>
2010-09-06 09:57:53sablelinkissue4499 messages
2010-09-06 09:57:53sablecreate