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 kristjan.jonsson
Recipients amaury.forgeotdarc, kristjan.jonsson, loewis, mhammond
Date 2009-02-02.09:35:05
SpamBayes Score 3.4114083e-07
Marked as misclassified No
Message-id <1233567307.87.0.258661075042.issue4804@psf.upfronthosting.co.za>
In-reply-to
Content
Martin, your reproducable behaviour involves consistently disabling 
functionality that those threads you mention may rely on (and since 
this i is a global state that no one messes with, they are unlikely to 
be doing so)

If the alternative is then just to live with invalid file descriptors 
causing crashes, except for the test suite, as Mark suggests, I can 
also live with that, I suppose.  But then we would want the additional 
tests in my patch for strftime and fopen()
History
Date User Action Args
2009-02-02 09:35:07kristjan.jonssonsetrecipients: + kristjan.jonsson, loewis, mhammond, amaury.forgeotdarc
2009-02-02 09:35:07kristjan.jonssonsetmessageid: <1233567307.87.0.258661075042.issue4804@psf.upfronthosting.co.za>
2009-02-02 09:35:06kristjan.jonssonlinkissue4804 messages
2009-02-02 09:35:05kristjan.jonssoncreate