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 lemburg
Recipients David.Edelsohn, Michael.Felt, lemburg, vstinner
Date 2016-03-02.10:43:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <56D6C3B9.5020101@egenix.com>
In-reply-to <1456913902.05.0.124196289151.issue26466@psf.upfronthosting.co.za>
Content
Does Python 2.7.10 build fine ? If so, then perhaps xlc doesn't
like the computed gotos in ceval.c.

You could try compiling with:

./configure ... --without-computed-gotos ...

to check.
History
Date User Action Args
2016-03-02 10:43:12lemburgsetrecipients: + lemburg, vstinner, David.Edelsohn, Michael.Felt
2016-03-02 10:43:12lemburglinkissue26466 messages
2016-03-02 10:43:12lemburgcreate