[issue9799] Compilation error for branch py3k on AIX 6

Sébastien Sablé report at bugs.python.org
Wed Sep 8 18:09:54 CEST 2010


Sébastien Sablé <sable at users.sourceforge.net> added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9799>
_______________________________________


More information about the Python-bugs-list mailing list