Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
Closed
Description
Bug report
Bug description:
CycleFoundException
in asyncio has frozen attributes, which has a problem related#99856
Lines 16 to 20 ine1f8914
@dataclass(frozen=True) | |
classCycleFoundException(Exception): | |
"""Raised when there is a cycle when drawing the call tree.""" | |
cycles:list[list[int]] | |
id2name:dict[int,str] |
Do I need to fix this without using@DataClass?
CPython versions tested on:
3.11
Operating systems tested on:
No response
Linked PRs
Metadata
Metadata
Assignees
Projects
Status
Done