commit | f03a8f8d5001963ad5b5b28dbd95497e9cc15596 | [log] [tgz] |
---|---|---|
author | Kyle Stanley <aeros167@gmail.com> | Fri Jan 31 15:07:09 2020 -0500 |
committer | GitHub <noreply@github.com> | Fri Jan 31 12:07:09 2020 -0800 |
tree | d565dc84e788df577d75f328c4c5afb0379046c6 | |
parent | 58a4054760bffbb20aff90290dd0f3554f7bea42 [diff] |
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