]> granicus.if.org Git - python/commit
Issue #6915: Under Windows, os.listdir() didn't release the Global
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 9 Aug 2010 23:39:31 +0000 (23:39 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 9 Aug 2010 23:39:31 +0000 (23:39 +0000)
commitb73caab4362e38e4a55af6a04fe0740b3c67cf69
treed6050f09f60ad844433decd4483b2e5112405330
parent5af4f4b9832411476caf8cf3f571f974056d4f1b
Issue #6915: Under Windows, os.listdir() didn't release the Global
Interpreter Lock around all system calls.  Original patch by Ryan Kelly.
Misc/ACKS
Misc/NEWS
Modules/posixmodule.c