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 pitrou
Recipients pitrou, sable
Date 2010-09-08.16:33:02
SpamBayes Score 0.00032777427
Marked as misclassified No
Message-id <1283963579.3195.1.camel@localhost.localdomain>
In-reply-to <1283962194.04.0.0467777730829.issue9799@psf.upfronthosting.co.za>
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.

So if you configure --without-computed-gotos, does it compile fine?
History
Date User Action Args
2010-09-08 16:33:04pitrousetrecipients: + pitrou, sable
2010-09-08 16:33:02pitroulinkissue9799 messages
2010-09-08 16:33:02pitroucreate