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 loewis
Recipients amaury.forgeotdarc, kristjan.jonsson, loewis, mhammond, ocean-city
Date 2009-02-02.21:26:01
SpamBayes Score 1.6670721e-07
Marked as misclassified No
Message-id <498764E7.208@v.loewis.de>
In-reply-to <1233567307.87.0.258661075042.issue4804@psf.upfronthosting.co.za>
Content
> Martin, your reproducable behaviour involves consistently disabling 
> functionality that those threads you mention may rely on

Right. So with the current implementation, they notice immediately that
something is wrong.

> (and since 
> this i is a global state that no one messes with, they are unlikely to 
> be doing so)

Except that Python messes with it, so in the small window where the
assertions get disabled, they may run past them
History
Date User Action Args
2009-02-02 21:26:04loewissetrecipients: + loewis, mhammond, amaury.forgeotdarc, kristjan.jonsson, ocean-city
2009-02-02 21:26:02loewislinkissue4804 messages
2009-02-02 21:26:01loewiscreate