dataclasses.dataclass wrapper brokes Fraction #134014
Labels
stdlib
Python modules in the Lib dir
topic-dataclasses
type-bug
An unexpected behavior, bug, or error
Uh oh!
There was an error while loading. Please reload this page.
Bug report
Bug description:
If the
dataclass
function is called with argumentFraction
, it brokes__init__
for Fractionoutput is:
expected output is:
CPython versions tested on:
3.13
Operating systems tested on:
macOS
The text was updated successfully, but these errors were encountered: