[issue6915] os.listdir inconsistenly releases the GIL on win32

Antoine Pitrou report at bugs.python.org
Tue Aug 10 02:04:34 CEST 2010


Antoine Pitrou <pitrou at free.fr> added the comment:

The original patch also modifies attributes_from_dir() and attributes_from_dir_w(), but these are called with the GIL released.
Modified patch committed in r83921 (py3k), r83922 (3.1) and r83923 (2.7). Thank you!

----------
resolution:  -> fixed
stage: patch review -> committed/rejected
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6915>
_______________________________________


More information about the Python-bugs-list mailing list