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 loewis
Recipients
Date 2004-12-09.23:21:34
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=21627

So just call the variable _:

PyObject *_;

PyArg_ParseTuple(tuple, "Oi", &_, &my_int);

Given that this is possible today already, I expect that
this RFE will be considered so minor that it won't be
implemented anytime soon. It increases the learning curve
for a nearly-unnoticable convenience.
History
Date User Action Args
2007-08-23 16:08:35adminlinkissue1075902 messages
2007-08-23 16:08:35admincreate