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 ncoghlan
Recipients james, larry, ncoghlan, yselivanov
Date 2015-04-13.19:43:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428954211.29.0.114098175482.issue23934@psf.upfronthosting.co.za>
In-reply-to
Content
The main missing piece now is test fodder for this error. The simplest near-term option would be to use one of the actual builtins, such as 'str'.

In Python 3.5+ we could borrow the matmulType that was added to _testcapi to test the "@" operator, future-proofing the test against eventual conversion of the builtin types to support Argument Clinic.
History
Date User Action Args
2015-04-13 19:43:31ncoghlansetrecipients: + ncoghlan, larry, yselivanov, james
2015-04-13 19:43:31ncoghlansetmessageid: <1428954211.29.0.114098175482.issue23934@psf.upfronthosting.co.za>
2015-04-13 19:43:31ncoghlanlinkissue23934 messages
2015-04-13 19:43:31ncoghlancreate