]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-37224: Improve test__xxsubinterpreters.DestroyTests (GH-18058)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 4 Feb 2020 15:31:19 +0000 (07:31 -0800)
committerGitHub <noreply@github.com>
Tue, 4 Feb 2020 15:31:19 +0000 (07:31 -0800)
commit9a740b6c7e7a88185d79128b8a1993ac387d5091
treefb2b8ca754a1d0e8a672936dcfd70ba502234656
parenta0389ba84bb2dbee7a59e25163e514059afc166d
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
(cherry picked from commit f03a8f8d5001963ad5b5b28dbd95497e9cc15596)

Co-authored-by: Kyle Stanley <aeros167@gmail.com>
Lib/test/test__xxsubinterpreters.py