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 jeremyspiegel
Recipients jeremyspiegel
Date 2016-07-16.20:13:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468700034.79.0.260183682177.issue27533@psf.upfronthosting.co.za>
In-reply-to
Content
In Modules/posixmodule.c, the function os__isdir_impl calls GetFileAttributesA/GetFileAttributesW without releasing the GIL. This is problematic since it can result in disk or network I/O, depending on the filesystem.
History
Date User Action Args
2016-07-16 20:13:54jeremyspiegelsetrecipients: + jeremyspiegel
2016-07-16 20:13:54jeremyspiegelsetmessageid: <1468700034.79.0.260183682177.issue27533@psf.upfronthosting.co.za>
2016-07-16 20:13:54jeremyspiegellinkissue27533 messages
2016-07-16 20:13:54jeremyspiegelcreate