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 brian.curtin
Recipients brian.curtin, eric.smith, georg.brandl, jaraco, loewis, nadeem.vawda, ocean-city, python-dev, santoso.wijaya, tim.golden, vstinner
Date 2011-06-13.23:48:47
SpamBayes Score 0.0019375896
Marked as misclassified No
Message-id <1308008928.65.0.46332383197.issue12084@psf.upfronthosting.co.za>
In-reply-to
Content
How about this patch?

We yield the GIL in posix_do_stat, so as Antoine pointed out in IRC, we were calling PyErr_SetString without having the GIL. I think this is the correct fix as I've stepped through the code in Visual Studio, forcing it to take this branch when on Win7, but I don't currently have the ability to run on XP.
History
Date User Action Args
2011-06-13 23:48:48brian.curtinsetrecipients: + brian.curtin, loewis, georg.brandl, jaraco, vstinner, ocean-city, eric.smith, tim.golden, nadeem.vawda, santoso.wijaya, python-dev
2011-06-13 23:48:48brian.curtinsetmessageid: <1308008928.65.0.46332383197.issue12084@psf.upfronthosting.co.za>
2011-06-13 23:48:48brian.curtinlinkissue12084 messages
2011-06-13 23:48:48brian.curtincreate