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 Oren Milman
Recipients Oren Milman, vstinner
Date 2017-03-03.06:50:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1488523816.56.0.816298798338.issue28261@psf.upfronthosting.co.za>
In-reply-to
Content
Do you mean that in each case PyArg_ParseTuple fails, we should chain
to the exception raised by PyArg_ParseTuple an exception that specifies
the name of the tuple that PyArg_ParseTuple failed to parse, without
specifying the function name?
History
Date User Action Args
2017-03-03 06:50:16Oren Milmansetrecipients: + Oren Milman, vstinner
2017-03-03 06:50:16Oren Milmansetmessageid: <1488523816.56.0.816298798338.issue28261@psf.upfronthosting.co.za>
2017-03-03 06:50:16Oren Milmanlinkissue28261 messages
2017-03-03 06:50:16Oren Milmancreate