commit | 44396aaba9b92b3a38a4b422a000d1a8eb05185a | [log] [tgz] |
---|---|---|
author | Ćukasz Langa <lukasz@langa.pl> | Wed Sep 22 18:42:15 2021 +0200 |
committer | GitHub <noreply@github.com> | Wed Sep 22 18:42:15 2021 +0200 |
tree | 7ec3abf49d9f3497bf3fe4afa836f2a7bb050db9 | |
parent | 8c1e1da565bca9cec792323eb728e288715ef7c4 [diff] |
[3.10] bpo-45238: Fix unittest.IsolatedAsyncioTestCase.debug() (GH-28449) (GH-28521) It runs now asynchronous methods and callbacks. If it fails, doCleanups() can be called for cleaning up. (cherry picked from commit ecb6922ff2d56476a6cfb0941ae55aca5e7fae3d) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>