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 ned.deily
Recipients Arfrever, benjamin.peterson, georg.brandl, jhl, larry, ned.deily, python-dev, serhiy.storchaka
Date 2014-01-25.18:05:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390673156.04.0.571295987764.issue20374@psf.upfronthosting.co.za>
In-reply-to
Content
FYI, removing the cast causes the following new warnings when compiling 3.3 with gcc-4.2 on OS X 10.5 and 10.6 (haven't checked elsewhere):

Modules/readline.c: In function 'setup_readline':
Modules/readline.c:939: warning: assignment from incompatible pointer type
Modules/readline.c:941: warning: assignment from incompatible pointer type
History
Date User Action Args
2014-01-25 18:05:56ned.deilysetrecipients: + ned.deily, georg.brandl, larry, benjamin.peterson, Arfrever, python-dev, serhiy.storchaka, jhl
2014-01-25 18:05:56ned.deilysetmessageid: <1390673156.04.0.571295987764.issue20374@psf.upfronthosting.co.za>
2014-01-25 18:05:56ned.deilylinkissue20374 messages
2014-01-25 18:05:55ned.deilycreate