Raymond Hettinger <raymond.hettin...@gmail.com> added the comment:

I don't think this is worth fixing.  The package is under no obligation to make 
early type checks for arguments.  It is typical in the Python world to let 
those kinds of input errors surface downstream when they are used.  In 
contrast, C code typically does the checks when the arguments are passed in.

----------
nosy: +rhettinger

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

Reply via email to