[New-bugs-announce] [issue34387] Deletion of attributes in dataclass is buggy!

Kamyar Inanloo report at bugs.python.org
Sun Aug 12 07:55:20 EDT 2018


New submission from Kamyar Inanloo <kamyar1979 at gmail.com>:

When using del or delattr on an instance of dataclass, attribute does not get deleted truly! using vars or getattr still returns the deleted attribute just using delattr again raises error!

----------
components: Argument Clinic
messages: 323442
nosy: Kamyar Inanloo, larry
priority: normal
severity: normal
status: open
title: Deletion of attributes in dataclass is buggy!
type: behavior
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34387>
_______________________________________


More information about the New-bugs-announce mailing list