Branch: refs/heads/master Home: https://github.com/python/cpython Commit: b070fd275b68df5c5ba9f6f43197b8d7066f0b18 https://github.com/python/cpython/commit/b070fd275b68df5c5ba9f6f43197b8d7066f0b18 Author: mlouielu <git at louie.lu> Date: 2017年06月13日 (2017年6月13日) Changed paths: M Lib/idlelib/idle_test/test_query.py Log Message: ----------- bpo-30642: IDLE: Fix test_query refleak (#2147) Patch by Louie Lu.