-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
Issues: python/cpython
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
3.14 changes annotations behaviour for dataclasses.make_dataclass
3.14
bugs and security fixes
stdlib
Python modules in the Lib dir
topic-dataclasses
type-bug
An unexpected behavior, bug, or error
#134370
opened May 20, 2025 by
rogerbinns
gh-133956 fix bug where
ClassVar
string annotation in @dataclass
caused incorrect __init__
generation
awaiting changes
topic-dataclasses
#134073
opened May 15, 2025 by
dzherb
Loading…
dataclasses
: Synthetic __init__
method on dataclass has broken ClassVar
annotation under some conditions.
stdlib
#133956
opened May 12, 2025 by
emcd
gh-144162: Allow for subclasses of a dataclass to define required fields when a parent has defined optional fields
awaiting core review
topic-dataclasses
#133168
opened Apr 29, 2025 by
LukeGrochocki
Loading…
slotted dataclasses not calling descriptor field Python modules in the Lib dir
topic-dataclasses
type-bug
An unexpected behavior, bug, or error
__set__
stdlib
#132946
opened Apr 25, 2025 by
thejcannon
Dataclasses erroring when descriptor has mutable default
stdlib
Python modules in the Lib dir
topic-dataclasses
type-bug
An unexpected behavior, bug, or error
#132559
opened Apr 15, 2025 by
thejcannon
Incorrect Python modules in the Lib dir
topic-dataclasses
type-bug
An unexpected behavior, bug, or error
__qualname__
in slotted dataclasses in __init_subclass__
stdlib
#129915
opened Feb 9, 2025 by
thejcannon
Breaking change of bugs and security fixes
3.14
bugs and security fixes
stdlib
Python modules in the Lib dir
topic-dataclasses
type-bug
An unexpected behavior, bug, or error
dataclasses.dataclass
comparison semantics in 3.13+
3.13
#128294
opened Dec 27, 2024 by
daskol
dataclasses fail to unpickle when there is an object cycle with a custom __hash__ function
topic-dataclasses
type-bug
An unexpected behavior, bug, or error
#125004
opened Oct 5, 2024 by
charles-cooper
pickle.loads
will crash with self-references inside a custom hash function
extension-modules
#124937
opened Oct 3, 2024 by
charles-cooper
Improve UX for mocking dataclasses that are problematic to instantiate
topic-dataclasses
type-feature
A feature request or enhancement
#124176
opened Sep 17, 2024 by
ncoghlan
Add examples for Documentation in the Doc dir
skip issue
skip news
topic-dataclasses
repr=...
usage in dataclasses.rst
awaiting review
docs
#123118
opened Aug 18, 2024 by
egorsmth
Loading…
gh-89529: disallow Stale PR or inactive for long period of time.
topic-dataclasses
default_factory
for fields in dataclasses without __init__
awaiting review
stale
dataclass overriding a property in the parent class is broken
stdlib
Python modules in the Lib dir
topic-dataclasses
type-bug
An unexpected behavior, bug, or error
#121354
opened Jul 3, 2024 by
marksandler2
dataclass(a=nan) == dataclass(a=nan) change in truthnes between 3.12 and 3.13
topic-dataclasses
type-bug
An unexpected behavior, bug, or error
#120645
opened Jun 17, 2024 by
hroncok
Add A feature request or enhancement
dataclass_factory
argument to dataclasses.make_dataclass
for custom dataclass transformation support
topic-dataclasses
type-feature
#118974
opened May 12, 2024 by
XuehaiPan
Processing of fields in dataclasses is inconsistent with MRO
stdlib
Python modules in the Lib dir
topic-dataclasses
type-bug
An unexpected behavior, bug, or error
#108611
opened Aug 29, 2023 by
eltoder
2 tasks done
copy fails on collections.OrderedDict dataclass with required args
3.11
only security fixes
3.12
only security fixes
3.13
bugs and security fixes
stdlib
Python modules in the Lib dir
topic-dataclasses
type-bug
An unexpected behavior, bug, or error
#105736
opened Jun 13, 2023 by
ringohoffman
Dataclasses - Improve the performance of bugs and security fixes
performance
Performance or resource usage
stdlib
Python modules in the Lib dir
topic-dataclasses
type-feature
A feature request or enhancement
_dataclass_{get,set}state
3.13
#103032
opened Mar 25, 2023 by
sobolevn
Add a Dataclass abstract base class for instance checking and type annotations
stdlib
Python modules in the Lib dir
topic-dataclasses
topic-typing
type-feature
A feature request or enhancement
#102699
opened Mar 14, 2023 by
NeilGirdhar
Dataclass descriptor behavior inconsistent
stdlib
Python modules in the Lib dir
topic-dataclasses
type-bug
An unexpected behavior, bug, or error
#102646
opened Mar 13, 2023 by
ikonst
Order of non-default dataclass fields when some fields are @property.
stdlib
Python modules in the Lib dir
topic-dataclasses
type-bug
An unexpected behavior, bug, or error
#102559
opened Mar 9, 2023 by
Nuno-Mota
Sharp edge in dataclass inheritance
stdlib
Python modules in the Lib dir
topic-dataclasses
type-bug
An unexpected behavior, bug, or error
#102546
opened Mar 8, 2023 by
hauntsaninja
contextlib.contextmanager
raises dataclasses.FrozenInstanceError
when handling a frozen dataclass exception
stdlib
#99856
opened Nov 28, 2022 by
mattclay
Update __dataclass_params__ to track actual changes made by decorator
stdlib
Python modules in the Lib dir
topic-dataclasses
type-feature
A feature request or enhancement
#99713
opened Nov 23, 2022 by
ethanfurman
Previous Next
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.