bpo-45238: Fix unittest.IsolatedAsyncioTestCase.debug() by serhiy-storchaka · Pull Request #28449 · python/cpython

@serhiy-storchaka

It runs now asynchronous methods and callbacks.

If it fails, doCleanups() can be called for cleaning up.

@serhiy-storchaka

asvetlov

@serhiy-storchaka

ambv pushed a commit to ambv/cpython that referenced this pull request

Sep 22, 2021
…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>

ambv pushed a commit to ambv/cpython that referenced this pull request

Sep 22, 2021
…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>

ambv added a commit that referenced this pull request

Sep 22, 2021
) (GH-28521)

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>

ambv added a commit that referenced this pull request

Sep 22, 2021
…) (GH-28522)

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>