commit | c881f1592f9a2890e1c26ae899351e1cf8b5d622 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sun Aug 01 16:53:42 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sun Aug 01 16:53:42 2010 +0000 |
tree | 7b634333f4a51c8095b37de53d5f40aa8012e9ee | |
parent | e6c5950af0337f6d991f98d8b93b24825334e270 [diff] |
Issue #9448: Fix a leak of OS resources (mutexes or semaphores) when re-initializing a buffered IO object by calling its `__init__` method.