This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Kamyar Inanloo
Recipients Kamyar Inanloo, larry
Date 2018-08-12.11:55:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1534074920.67.0.56676864532.issue34387@psf.upfronthosting.co.za>
In-reply-to
Content
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!
History
Date User Action Args
2018-08-12 11:55:20Kamyar Inanloosetrecipients: + Kamyar Inanloo, larry
2018-08-12 11:55:20Kamyar Inanloosetmessageid: <1534074920.67.0.56676864532.issue34387@psf.upfronthosting.co.za>
2018-08-12 11:55:20Kamyar Inanloolinkissue34387 messages
2018-08-12 11:55:20Kamyar Inanloocreate