From 9e291faed308c3e17d7c83980bf745472d303e77 Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Sun, 1 Aug 2010 16:59:29 +0000 Subject: [PATCH] Blocked revisions 83412 via svnmerge MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit ................ 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. ........ ................ -- 2.50.1