From: Antoine Pitrou Date: Sun, 1 Aug 2010 16:59:29 +0000 (+0000) Subject: Blocked revisions 83412 via svnmerge X-Git-Tag: v2.6.6rc1~96 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9e291faed308c3e17d7c83980bf745472d303e77;p=python 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. ........ ................ ---