]> granicus.if.org Git - python/commit
Issue #9448: Fix a leak of OS resources (mutexes or semaphores) when
authorAntoine Pitrou <solipsis@pitrou.net>
Sun, 1 Aug 2010 16:53:42 +0000 (16:53 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sun, 1 Aug 2010 16:53:42 +0000 (16:53 +0000)
commitc881f1592f9a2890e1c26ae899351e1cf8b5d622
tree7b634333f4a51c8095b37de53d5f40aa8012e9ee
parente6c5950af0337f6d991f98d8b93b24825334e270
Issue #9448: Fix a leak of OS resources (mutexes or semaphores) when
re-initializing a buffered IO object by calling its `__init__` method.
Misc/NEWS
Modules/_io/bufferedio.c