]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36560: regrtest: don't collect the GC twice (GH-12747)
authorVictor Stinner <vstinner@redhat.com>
Tue, 9 Apr 2019 16:26:16 +0000 (18:26 +0200)
committerGitHub <noreply@github.com>
Tue, 9 Apr 2019 16:26:16 +0000 (18:26 +0200)
commitbb4447897a5f141eecf42987a1191a3330c5d7ed
tree4f70582c0cbbb16e5ac34c7d005765531d14c37c
parente65f01f78d7bda3013fc5be485afa87ff56511d9
bpo-36560: regrtest: don't collect the GC twice (GH-12747)

dash_R() function of libregrtest doesn't call support.gc_collect()
directly anymore: it's already called by dash_R_cleanup().

Call dash_R_cleanup() before starting the loop.
Lib/test/libregrtest/refleak.py