Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [3.10] Fix warning: asyncio.events._event_loop_policy was modified by ↵ | Andrew Svetlov | 2022-02-10 | 1 | -0/+6 |
| | | | | | | | test_asyncio (GH-31253) (GH-31255) (cherry picked from commit 012e77eb5c3ba3d411f5967a7f368ebdb42ab88c) Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com> | ||||
* | bpo-46425: fix direct invocation of `asyncio` tests (GH-30725) (#30782) | Miss Islington (bot) | 2022-01-22 | 1 | -0/+4 |
| | | | | | | | (cherry picked from commit 5a5340044ca98cbe6297668d91bccba04b102923) Co-authored-by: Nikita Sobolev <mail@sobolevn.me> Co-authored-by: Nikita Sobolev <mail@sobolevn.me> | ||||
* | bpo-35394: Add empty slots to abstract asyncio protocols (#10889) | Andrew Svetlov | 2018-12-11 | 1 | -0/+57 |
* bpo-35394: Add empty slots to abstract asyncio protocols * Add missing test file |