New submission from Andrey Moiseev <o2g.org...@gmail.com>:
The following code hangs: import asyncio import unittest class TestCancellation(unittest.IsolatedAsyncioTestCase): async def test_works(self): raise asyncio.CancelledError() if __name__ == '__main__': unittest.main() ---------- components: asyncio messages: 362402 nosy: Andrey Moiseev, asvetlov, yselivanov priority: normal severity: normal status: open title: unittest.IsolatedAsyncioTestCase hangs on asyncio.CancelledError type: behavior _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue39706> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com