]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37224: Improve test__xxsubinterpreters.DestroyTests (GH-18058)
authorKyle Stanley <aeros167@gmail.com>
Fri, 31 Jan 2020 20:07:09 +0000 (15:07 -0500)
committerGitHub <noreply@github.com>
Fri, 31 Jan 2020 20:07:09 +0000 (12:07 -0800)
commitf03a8f8d5001963ad5b5b28dbd95497e9cc15596
treed565dc84e788df577d75f328c4c5afb0379046c6
parent58a4054760bffbb20aff90290dd0f3554f7bea42
bpo-37224: Improve test__xxsubinterpreters.DestroyTests (GH-18058)

Adds an additional assertion check based on a race condition for `test__xxsubinterpreters.DestroyTests.test_still_running` discovered in the bpo issue.

https://bugs.python.org/issue37224
Lib/test/test__xxsubinterpreters.py