Éric Araujo <mer...@netwok.org> added the comment:

If dataclasses wanted to allow fields named `mro`, it could replace its call to 
`cls.mro()` with `type.mro(cls)`.  But I don’t know if there is a strong use 
case for such a field.

----------
nosy: +eric.araujo

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

Reply via email to