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 rfk
Recipients rfk
Date 2009-09-15.04:43:11
SpamBayes Score 4.31587e-06
Marked as misclassified No
Message-id <1252989796.76.0.19947250091.issue6915@psf.upfronthosting.co.za>
In-reply-to
Content
The win32 implementation of os.listdir() releases the GIL around calls
to FindNextFile, but not around calls to FindFirstFile.  Attached is a
simple patch to consistently release the GIL around any such calls.
History
Date User Action Args
2009-09-15 04:43:17rfksetrecipients: + rfk
2009-09-15 04:43:16rfksetmessageid: <1252989796.76.0.19947250091.issue6915@psf.upfronthosting.co.za>
2009-09-15 04:43:13rfklinkissue6915 messages
2009-09-15 04:43:12rfkcreate