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 juanpa.arrivillaga
Recipients Michael Robellard, eric.smith, juanpa.arrivillaga
Date 2020-01-10.21:12:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1578690734.78.0.342485873106.issue39247@roundup.psfhosted.org>
In-reply-to
Content
So, after glancing at the source code:
https://github.com/python/cpython/blob/ce54519aa09772f4173b8c17410ed77e403f3ebf/Lib/dataclasses.py#L869

During this processing of fields, couldn't you just special case property/descriptor objects?
History
Date User Action Args
2020-01-10 21:12:14juanpa.arrivillagasetrecipients: + juanpa.arrivillaga, eric.smith, Michael Robellard
2020-01-10 21:12:14juanpa.arrivillagasetmessageid: <1578690734.78.0.342485873106.issue39247@roundup.psfhosted.org>
2020-01-10 21:12:14juanpa.arrivillagalinkissue39247 messages
2020-01-10 21:12:14juanpa.arrivillagacreate