Branch: refs/heads/master Home: https://github.com/python/cpython Commit: beeca6e1e5fd01531b1db7059498b13d07dca525 https://github.com/python/cpython/commit/beeca6e1e5fd01531b1db7059498b13d07dca525 Author: Victor Stinner <victor.stinner at gmail.com> Date: 2017年06月29日 (2017年6月29日) Changed paths: M Lib/test/libregrtest/refleak.py Log Message: ----------- bpo-30776: regrtest: reduce memleak false positive (#2484) Only report a leak if each run leaks at least one memory block.