]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-101758: Fix Refleak-Related Failures in test_singlephase_variants (gh-101969)
authorEric Snow <ericsnowcurrently@gmail.com>
Fri, 17 Feb 2023 00:21:22 +0000 (17:21 -0700)
committerGitHub <noreply@github.com>
Fri, 17 Feb 2023 00:21:22 +0000 (17:21 -0700)
commit984f8ab018f847fe8d66768af962f69ec0e81849
tree137aaa7c05646ab302b419c3f788eb7eed02db7a
parent4d8959b73ac194ca9a2f623dcb5c23680f7d8536
gh-101758: Fix Refleak-Related Failures in test_singlephase_variants (gh-101969)

gh-101891 is causing failures under `$> ./python -m test test_imp -R 3:3`.  Furthermore, with that fixed, "test_singlephase_variants" is leaking references.  This change addresses the first part, but skips the leaking tests until we can follow up with a fix.

https://github.com/python/cpython/issues/101758
Lib/test/test_imp.py