This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients gphemsley, py.user, rhettinger
Date 2017-12-22.06:38:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513924710.52.0.213398074469.issue28236@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-12-22 06:38:30rhettingersetrecipients: + rhettinger, py.user, gphemsley
2017-12-22 06:38:30rhettingersetmessageid: <1513924710.52.0.213398074469.issue28236@psf.upfronthosting.co.za>
2017-12-22 06:38:30rhettingerlinkissue28236 messages
2017-12-22 06:38:30rhettingercreate