Terry J. Reedy added the comment:

Your example in #21578 suggests that **kwargs should be deleted.
*args is right.
>>> ImportError(3, 'a')
ImportError(3, 'a')

Should not this be fixed by ArgClinic conversion, and is not there an issue for 
that for exceptions?

----------
nosy: +terry.reedy

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

Reply via email to