Skip to content

Conversation

@miss-islington
Copy link
Contributor

@miss-islingtonmiss-islington commented Aug 24, 2022

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.
(cherry picked from commit 4de06e3)

Co-authored-by: Serhiy Storchaka [email protected]

…n tests (pythonGH-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. (cherry picked from commit 4de06e3) Co-authored-by: Serhiy Storchaka <[email protected]>
@miss-islington
Copy link
ContributorAuthor

@serhiy-storchaka: Status check is done, and it's a failure ❌ .

@miss-islington
Copy link
ContributorAuthor

Status check is done, and it's a success ✅ .

@miss-islingtonmiss-islington merged commit f51216d into python:3.11Aug 25, 2022
@miss-islingtonmiss-islington deleted the backport-4de06e3-3.11 branch August 25, 2022 04:53
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip newstestsTests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@miss-islington@serhiy-storchaka@bedevere-bot