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 xtreak
Recipients Aaron Ecay, eric.smith, xtreak
Date 2019-11-06.13:29:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1573046989.95.0.517007925506.issue38719@roundup.psfhosted.org>
In-reply-to
Content
Should we also be checking for __post_init__ to have positional only arguments / syntax in the signature. I tried a simple fix of f.name + "=" + f.name to pass them as keyword always where current tests and reported example passes but with positional arguments it could be a problem.

https://github.com/python/cpython/blob/5c0c325453a175350e3c18ebb10cc10c37f9595c/Lib/dataclasses.py#L516
History
Date User Action Args
2019-11-06 13:29:50xtreaksetrecipients: + xtreak, eric.smith, Aaron Ecay
2019-11-06 13:29:49xtreaksetmessageid: <1573046989.95.0.517007925506.issue38719@roundup.psfhosted.org>
2019-11-06 13:29:49xtreaklinkissue38719 messages
2019-11-06 13:29:49xtreakcreate