Eric V. Smith <e...@trueblade.com> added the comment:

Here's a question. If __init__ is not being generated, either because the user 
supplied one to this class, or if init=False is specified, should 
__match_args__ be generated? I think the answer should be no, since the code 
has no idea what the parameters to __init__ will be. But I'd like to hear from 
people more familiar with pattern matching.

I'm working on a patch, and this is my last issue.

----------

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

Reply via email to