Skip to content

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

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

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

Conversation

@ambv
Copy link
Copy Markdown
Contributor

@ambv ambv commented Sep 22, 2021

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

…GH-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 the type-bug An unexpected behavior, bug, or error label Sep 22, 2021
@ambv ambv merged commit e06b0fd into python:3.9 Sep 22, 2021
@ambv ambv deleted the backport-ecb6922-3.9 branch September 22, 2021 16:48
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