This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Andrey Moiseev
Recipients Andrey Moiseev, asvetlov, yselivanov
Date 2020-02-21.10:12:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582279968.65.0.00583544355873.issue39706@roundup.psfhosted.org>
In-reply-to
Content
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()
History
Date User Action Args
2020-02-21 10:12:48Andrey Moiseevsetrecipients: + Andrey Moiseev, asvetlov, yselivanov
2020-02-21 10:12:48Andrey Moiseevsetmessageid: <1582279968.65.0.00583544355873.issue39706@roundup.psfhosted.org>
2020-02-21 10:12:48Andrey Moiseevlinkissue39706 messages
2020-02-21 10:12:48Andrey Moiseevcreate
Morty Proxy This is a proxified and sanitized view of the page, visit original site.