Rémi Lapeyre <remi.lape...@henki.fr> added the comment:

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?

----------
nosy: +remi.lapeyre

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33947>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to