commit | 9e291faed308c3e17d7c83980bf745472d303e77 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sun Aug 01 16:59:29 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sun Aug 01 16:59:29 2010 +0000 |
tree | 9a8e20cc95bb5374a97f76002ec2a353bb2f12cf | |
parent | 0d023db38623c7163f8264fecd4f8f881b4fccee [diff] |
Blocked revisions 83412 via svnmerge ................ r83412 | antoine.pitrou | 2010-08-01 18:57:17 +0200 (dim., 01 août 2010) | 10 lines 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. ........ ................