commit | bd25d598a54dc57271e009918977815377babda0 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Mon Aug 09 23:47:57 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Mon Aug 09 23:47:57 2010 +0000 |
tree | 47d9cd3d2f776f0b13e287915c1ebfa697d3d255 | |
parent | 87d5260362faf07c5332679aa27e35aef5dd3a34 [diff] |
Merged revisions 83921 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83921 | antoine.pitrou | 2010-08-10 01:39:31 +0200 (mar., 10 août 2010) | 4 lines Issue #6915: Under Windows, os.listdir() didn't release the Global Interpreter Lock around all system calls. Original patch by Ryan Kelly. ........