Skip to content
Snippets Groups Projects
Unverified Commit 4de06e3c authored by Serhiy Storchaka's avatar Serhiy Storchaka Committed by GitHub
Browse files

gh-96021: Explicitly close the IsolatedAsyncioTestCase runner in tests (GH-96135)

Tests for IsolatedAsyncioTestCase.debug() rely on the runner be closed
in __del__. It makes tests depending on the GC an unreliable on other
implementations. It is better to close the runner explicitly even if
currently there is no a public API for this.
parent 420f39f4
Branches
Tags
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment