| commit | 8cdede46128ea1b9c196c7aa6265d20e0a5f72ec | [log] [tgz] |
|---|---|---|
| author | Antoine Pitrou <solipsis@pitrou.net> | Tue Aug 10 00:04:13 2010 +0000 |
| committer | Antoine Pitrou <solipsis@pitrou.net> | Tue Aug 10 00:04:13 2010 +0000 |
| tree | 24080d52290a1eaef037ece134d0aa4ee632bd27 | |
| parent | 9900916df4f1fa62830be24c83369de5a1f2375c [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. ........