]> granicus.if.org Git - python/commit
(Merge 3.4) Issue #21651: Fix ResourceWarning when running asyncio tests on
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 3 Jun 2014 22:23:43 +0000 (00:23 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 3 Jun 2014 22:23:43 +0000 (00:23 +0200)
commitc3816b70e0d038788e86fb9208095a506842a1f5
treef5f61bb731201702fe161d4dd5dc632258bdd648
parentb18b2d797b684d6b54e1f24cce684777d5f771a0
parent27d411255a6ce350e577a248181e329183ec36c1
(Merge 3.4) Issue #21651: Fix ResourceWarning when running asyncio tests on
Windows. Patch written by Claudiu Popa.