]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #7736: Release the GIL around calls to opendir() and closedir()
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 4 Sep 2010 17:21:57 +0000 (17:21 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 4 Sep 2010 17:21:57 +0000 (17:21 +0000)
commitd3ccde8a21755046cdb3f73fb11e46d1043dc076
tree628e3fdf6d4c2cabf62a7d9bf1ebefd49ca6f697
parent327fd40dde2a22fd1162dfda64bc6c8c96552b71
Issue #7736: Release the GIL around calls to opendir() and closedir()
in the posix module.  Patch by Marcin Bachry.
Misc/NEWS
Modules/posixmodule.c