summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_asyncio/test_protocols.py
Commit message (Collapse)AuthorAgeFilesLines
* gh-127949: deprecate `asyncio.set_event_loop_policy` (#128024)Kumar Aditya2024-12-181-1/+1
| | | | First step towards deprecating the asyncio policy system. This deprecates `asyncio.set_event_loop_policy` and will be removed in Python 3.16.
* Fix warning: asyncio.events._event_loop_policy was modified by test_asyncio ↵Andrew Svetlov2022-02-101-0/+6
| | | | (GH-31253)
* bpo-46425: fix direct invocation of `asyncio` tests (#30725)Nikita Sobolev2022-01-221-0/+4
|
* bpo-35394: Add empty slots to abstract asyncio protocols (#10889)Andrew Svetlov2018-12-111-0/+57
* bpo-35394: Add empty slots to abstract asyncio protocols * Add missing test file