Skip to content

[3.10] bpo-45238: Fix unittest.IsolatedAsyncioTestCase.debug() (GH-28449)#28521

Merged
ambv merged 1 commit into
python:3.10from
ambv:backport-ecb6922-3.10
Sep 22, 2021
Merged

[3.10] bpo-45238: Fix unittest.IsolatedAsyncioTestCase.debug() (GH-28449)#28521
ambv merged 1 commit into
python:3.10from
ambv:backport-ecb6922-3.10

Conversation

@ambv

@ambv ambv commented Sep 22, 2021

Copy link
Copy Markdown
Contributor

It runs now asynchronous methods and callbacks.

If it fails, doCleanups() can be called for cleaning up.
(cherry picked from commit ecb6922)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com

https://bugs.python.org/issue45238

…nGH-28449)

It runs now asynchronous methods and callbacks.

If it fails, doCleanups() can be called for cleaning up.
(cherry picked from commit ecb6922)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@bedevere-bot bedevere-bot added type-bug An unexpected behavior, bug, or error awaiting core review labels Sep 22, 2021
@ambv
ambv merged commit 44396aa into python:3.10 Sep 22, 2021
@ambv
ambv deleted the backport-ecb6922-3.10 branch September 22, 2021 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

type-bug An unexpected behavior, bug, or error

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants