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 barry
Recipients barry, hfuru, theller, vstinner
Date 2011-07-19.18:54:12
SpamBayes Score 0.0003218644
Marked as misclassified No
Message-id <1311101653.51.0.202667568859.issue10309@psf.upfronthosting.co.za>
In-reply-to
Content
I'm running into this while trying to backport Python 2.7.2 to Ubuntu 10.04.  Our build machines are throwing an error because they catch the implicit cast so as to prevent problems on ia64 and amd64.

http://wiki.debian.org/IMplicitPointerConversions

I haven't quite gotten the patch to work yet, but when I do, I'll look at applying this patch upstream as well.
History
Date User Action Args
2011-07-19 18:54:13barrysetrecipients: + barry, theller, hfuru, vstinner
2011-07-19 18:54:13barrysetmessageid: <1311101653.51.0.202667568859.issue10309@psf.upfronthosting.co.za>
2011-07-19 18:54:12barrylinkissue10309 messages
2011-07-19 18:54:12barrycreate