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 chris.jerdonek
Recipients chris.jerdonek, ezio.melotti, mark.dickinson, serhiy.storchaka
Date 2012-11-23.19:44:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1353699878.24.0.63884372879.issue16543@psf.upfronthosting.co.za>
In-reply-to
Content
> This can be fixed by adding "positional" before "arguments" in the error message.

Do we know for sure that the values in the args argument in a call to PyArg_UnpackTuple always correspond to the positional arguments of a call to a Python function?  Can PyArg_UnpackTuple be used in other ways?
History
Date User Action Args
2012-11-23 19:44:38chris.jerdoneksetrecipients: + chris.jerdonek, mark.dickinson, ezio.melotti, serhiy.storchaka
2012-11-23 19:44:38chris.jerdoneksetmessageid: <1353699878.24.0.63884372879.issue16543@psf.upfronthosting.co.za>
2012-11-23 19:44:38chris.jerdoneklinkissue16543 messages
2012-11-23 19:44:38chris.jerdonekcreate