-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-134451: Delete @dataclass
for asyncio.tools.CycleFoundException
class
#134513
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
@sobolevn can you see, please? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we use __hash__
/ __eq__
/ __gt__
or something with this class?
Misc/NEWS.d/next/Library/2025-05-22-14-12-53.gh-issue-134451.M1rD-j.rst
Outdated
Show resolved
Hide resolved
Co-authored-by: sobolevn <[email protected]>
No, dataclass was used to just avoid manually writing |
asyncio.tools. CycleFoundException
class@dataclass
for asyncio.tools.CycleFoundException
class
Thanks @RenameMe1 for the PR, and @kumaraditya303 for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14. |
…ataclass to a regular exception type. (pythonGH-134513) (cherry picked from commit f9324cb) Co-authored-by: Evgeny Demchenko <[email protected]>
GH-134564 is a backport of this pull request to the 3.14 branch. |
Oh, never mind - these were just my small nitpicks :) |
Uh oh!
There was an error while loading. Please reload this page.