aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Lib/test/test_asyncio/test_protocols.py
Commit message (Collapse)AuthorAge
* Fix warning: asyncio.events._event_loop_policy was modified by test_asyncio ↵Andrew Svetlov2022-02-10
| | | | (GH-31253)
* bpo-46425: fix direct invocation of `asyncio` tests (#30725)Nikita Sobolev2022-01-22
|
* bpo-35394: Add empty slots to abstract asyncio protocols (#10889)Andrew Svetlov2018-12-11
* bpo-35394: Add empty slots to abstract asyncio protocols * Add missing test file