Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Using a frozen attributes to Exception class #134451

Closed
Assignees
RenameMe1
@RenameMe1

Description

@RenameMe1

Bug report

Bug description:

CycleFoundException in asyncio has frozen attributes, which has a problem related#99856

@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

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions


    [8]ページ先頭

    ©2009-2025 Movatter.jp