Miss Islington (bot)
|
aa2142def6
|
bpo-45924: Fix asyncio incorrect traceback when future's exception is raised multiple times (GH-30274) (#94748)
(cherry picked from commit 86c1df1872 )
Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Co-authored-by: Kumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
|
2022-07-11 15:38:27 +01:00 |
Andrew Svetlov
|
9f5145403b
|
[3.10] Fix warning: asyncio.events._event_loop_policy was modified by test_asyncio (GH-31253) (GH-31255)
(cherry picked from commit 012e77eb5c )
Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
|
2022-02-10 15:27:15 +02:00 |
Miss Islington (bot)
|
6111d5dee2
|
bpo-46425: fix direct invocation of `asyncio` tests (GH-30725) (#30782)
(cherry picked from commit 5a5340044c )
Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
|
2022-01-22 14:29:51 +02:00 |
Andrew Svetlov
|
42d873c63a
|
bpo-42183: Fix a stack overflow error for asyncio Task or Future repr() (GH-23020)
The overflow occurs under some circumstances when a task or future
recursively returns itself.
Co-authored-by: Kyle Stanley <aeros167@gmail.com>
|
2020-11-10 15:58:31 +02:00 |