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 jyasskin, lemburg, loewis, pitrou
Date 2010-07-09.08:44:50
SpamBayes Score 2.4117193e-05
Marked as misclassified No
Message-id <4C36E181.1050101@egenix.com>
In-reply-to <4C36546F.3030005@v.loewis.de>
Content
Martin v. Löwis wrote:
> 
> Martin v. Löwis <martin@v.loewis.de> added the comment:
> 
>> No, but we do need to make sure that the casual user does not
>> run into such issues by using the default compiler on a typical
>> Unix system with Python default settings.
> 
> I think there is no risk here. The casual Python user on an AMD64 system
> where gcc is the default compiler will use the Python installation that
> comes with the operating system.

I'd be fine with enabling the switch on those platforms as well,
if we could get feedback from someone testing the behavior of gcc
on an AMD platform running Ubuntu 10.4.

If the problem is really only with the code snippet listed in the
bug report, there shouldn't be a problem and we can go ahead with
enabling computed gotos on that platform/compiler combination as well.
History
Date User Action Args
2010-07-09 08:44:53lemburgsetrecipients: + lemburg, loewis, pitrou, jyasskin
2010-07-09 08:44:51lemburglinkissue9203 messages
2010-07-09 08:44:50lemburgcreate