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 james
Recipients james, larry, ncoghlan, yselivanov
Date 2015-04-13.20:04:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428955447.63.0.583066175031.issue23934@psf.upfronthosting.co.za>
In-reply-to
Content
See attached patch for unittest.

For 3.4, test that inspect.signature(str) raises TypeError.

For >3.5, this can be improved to use _testcapi.matmulType
History
Date User Action Args
2015-04-13 20:04:07jamessetrecipients: + james, ncoghlan, larry, yselivanov
2015-04-13 20:04:07jamessetmessageid: <1428955447.63.0.583066175031.issue23934@psf.upfronthosting.co.za>
2015-04-13 20:04:07jameslinkissue23934 messages
2015-04-13 20:04:07jamescreate