]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-44895: Temporarily add an extra gc.collect() call (GH-27746)
authorIrit Katriel <1055913+iritkatriel@users.noreply.github.com>
Fri, 13 Aug 2021 09:41:35 +0000 (10:41 +0100)
committerGitHub <noreply@github.com>
Fri, 13 Aug 2021 09:41:35 +0000 (11:41 +0200)
commit7bf28cbb4bf37fa6bdfc2d3f8a3939066b3f8f22
treea3215bbc5e14279dd3ddb188e8acbbe8906a5372
parent03648a2a91f9f1091cd21bd4cd6ca092ddb25640
bpo-44895: Temporarily add an extra gc.collect() call (GH-27746)

This is part of an investigation of a non-deterministic reference leak. While we're looking for the root cause, this is included temporarily so that CI doesn't fail on this particular issue. This enables it to find other regressions in the meantime, which would otherwise be shadowed by our known issue.
Lib/test/test_exceptions.py