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 asvetlov
Recipients arturhoo, asvetlov, yselivanov, zsol
Date 2020-02-24.15:19:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1582557566.58.0.937220209519.issue39613@roundup.psfhosted.org>
In-reply-to
Content
The behavior is intentional and follows asyncio.run() semantics.
Moreover, every test should have a separate event loop instance, this is stressed by IsolatedAsyncioTestCase class name
History
Date User Action Args
2020-02-24 15:19:26asvetlovsetrecipients: + asvetlov, yselivanov, zsol, arturhoo
2020-02-24 15:19:26asvetlovsetmessageid: <1582557566.58.0.937220209519.issue39613@roundup.psfhosted.org>
2020-02-24 15:19:26asvetlovlinkissue39613 messages
2020-02-24 15:19:26asvetlovcreate