| commit | 607951d405d7afd8a17408aa9c0e10f44f505c8c | [log] [tgz] |
|---|---|---|
| author | Antoine Pitrou <solipsis@pitrou.net> | Sun Aug 01 16:57:17 2010 +0000 |
| committer | Antoine Pitrou <solipsis@pitrou.net> | Sun Aug 01 16:57:17 2010 +0000 |
| tree | 684097de8c1d2905abdf9adf4d64de885e0920af | |
| parent | ba6c08e67077a368c21016171446c26eef5c27d2 [diff] |
Merged revisions 83411 via svnmerge from svn+ssh://pythondev@svn.python.org/python/branches/py3k ........ r83411 | antoine.pitrou | 2010-08-01 18:53:42 +0200 (dim., 01 août 2010) | 4 lines Issue #9448: Fix a leak of OS resources (mutexes or semaphores) when re-initializing a buffered IO object by calling its `__init__` method. ........