Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [3.11] bpo-45924: Fix asyncio incorrect traceback when future's exception is ↵ | Miss Islington (bot) | 2022-07-11 | 1 | -1/+30 |
| | | | | | raised multiple times (GH-30274) (#94747) Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com> | ||||
* | Fix warning: asyncio.events._event_loop_policy was modified by test_asyncio ↵ | Andrew Svetlov | 2022-02-10 | 1 | -0/+4 |
| | | | | (GH-31253) | ||||
* | bpo-46425: fix direct invocation of `asyncio` tests (#30725) | Nikita Sobolev | 2022-01-22 | 1 | -0/+4 |
| | |||||
* | bpo-42183: Fix a stack overflow error for asyncio Task or Future repr() ↵ | Andrew Svetlov | 2020-11-10 | 1 | -0/+18 |
(GH-23020) The overflow occurs under some circumstances when a task or future recursively returns itself. Co-authored-by: Kyle Stanley <aeros167@gmail.com> |