Skip to content

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
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Assigned to nobody Loading
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
slotted dataclasses not calling descriptor field __set__ stdlib Python modules in the Lib dir topic-dataclasses type-bug An unexpected behavior, bug, or error
#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 __qualname__ in slotted dataclasses in __init_subclass__ stdlib Python modules in the Lib dir topic-dataclasses type-bug An unexpected behavior, bug, or error
#129915 opened Feb 9, 2025 by thejcannon
Breaking change of dataclasses.dataclass comparison semantics in 3.13+ 3.13 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
#128294 opened Dec 27, 2024 by daskol
pickle.loads will crash with self-references inside a custom hash function extension-modules C modules in the Modules dir stdlib Python modules in the Lib dir topic-dataclasses type-bug An unexpected behavior, bug, or error
#124937 opened Oct 3, 2024 by charles-cooper
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
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 _dataclass_{get,set}state 3.13 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
#103032 opened Mar 25, 2023 by sobolevn
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
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
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.