]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-134451: Converted `asyncio.tools.CycleFoundException` from dataclass to...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 23 May 2025 05:40:56 +0000 (07:40 +0200)
committerGitHub <noreply@github.com>
Fri, 23 May 2025 05:40:56 +0000 (05:40 +0000)
commit73967c4c0149f04f3b5043a260f1a45ed23331b9
tree65ed101a234e75bdb31b870606dcf53d6fd194c3
parentc67eb41a3be8195e411da305246d7915a3ba960e
[3.14] gh-134451: Converted `asyncio.tools.CycleFoundException` from dataclass to a regular exception type. (GH-134513) (#134564)

gh-134451: Converted `asyncio.tools.CycleFoundException` from dataclass to a regular exception type. (GH-134513)
(cherry picked from commit f9324cb3cb4d9bb9f0aef2e48b8afa895bde4b0d)

Co-authored-by: Evgeny Demchenko <v1mpire@icloud.com>
Lib/asyncio/tools.py
Misc/NEWS.d/next/Library/2025-05-22-14-12-53.gh-issue-134451.M1rD-j.rst [new file with mode: 0644]