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 serhiy.storchaka
Recipients Oren Milman, serhiy.storchaka, vstinner
Date 2017-03-03.07:01:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488524507.67.0.136425023253.issue28261@psf.upfronthosting.co.za>
In-reply-to
Content
An error message is not passed in the function name. PyArg_ParseTuple() allows you to pass an arbitrary error message. I think this feature is specially designed for these cases.

I didn't look the patch close, but Oren's approach LGTM in general.
History
Date User Action Args
2017-03-03 07:01:47serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, Oren Milman
2017-03-03 07:01:47serhiy.storchakasetmessageid: <1488524507.67.0.136425023253.issue28261@psf.upfronthosting.co.za>
2017-03-03 07:01:47serhiy.storchakalinkissue28261 messages
2017-03-03 07:01:47serhiy.storchakacreate