[proxy] bugs.python.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

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 remi.lapeyre
Recipients eric.smith, remi.lapeyre
Date 2018-06-23.19:13:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1529781202.65.0.56676864532.issue33947@psf.upfronthosting.co.za>
In-reply-to
Content
This seems like a difficult problem to tackle in all cases, if two dataclasses reference each other the cycle could be complex to identify and introduce complexity.

The way repr is defined is part of PEP 557 and actually force this behavior.

Should the `repr` parameter default to False or not include the repr of each field?
History
Date User Action Args
2018-06-23 19:13:22remi.lapeyresetrecipients: + remi.lapeyre, eric.smith
2018-06-23 19:13:22remi.lapeyresetmessageid: <1529781202.65.0.56676864532.issue33947@psf.upfronthosting.co.za>
2018-06-23 19:13:22remi.lapeyrelinkissue33947 messages
2018-06-23 19:13:22remi.lapeyrecreate