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 pitrou, sable
Date 2010-09-08.16:09:52
SpamBayes Score 0.016282441
Marked as misclassified No
Message-id <1283962194.04.0.0467777730829.issue9799@psf.upfronthosting.co.za>
In-reply-to
Content
Bingo, you got it.

r73580 = OK
r83318 = OK
r83584 = OK
r83800 = OK
r83900 = OK
r83950 = OK
r83985 = OK
r83986 = ERR
r84000 = ERR
r84522 = ERR

It was commited by some guy named "antoine.pitrou" ;)

The linker thinks that we have some symbol named "0" or something like that.
I guess the xlc compiler is not happy with one of the uses of the USE_COMPUTED_GOTOS constant.
History
Date User Action Args
2010-09-08 16:09:54sablesetrecipients: + sable, pitrou
2010-09-08 16:09:54sablesetmessageid: <1283962194.04.0.0467777730829.issue9799@psf.upfronthosting.co.za>
2010-09-08 16:09:52sablelinkissue9799 messages
2010-09-08 16:09:52sablecreate