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 jdemeyer
Recipients jdemeyer, vstinner
Date 2019-07-02.12:14:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1562069683.82.0.624448792444.issue37483@roundup.psfhosted.org>
In-reply-to
Content
As discussed in https://mail.python.org/archives/list/capi-sig@python.org/thread/X6HJOEX6RRFLNKAQSQR6HLD7K4QZ4OTZ/ it would be convenient to have a function PyObject_CallOneArg() for making calls with exactly 1 positional argument and no keyword arguments. Such calls are very common. This would be analogous to PyObject_CallNoArgs().
History
Date User Action Args
2019-07-02 12:14:43jdemeyersetrecipients: + jdemeyer, vstinner
2019-07-02 12:14:43jdemeyersetmessageid: <1562069683.82.0.624448792444.issue37483@roundup.psfhosted.org>
2019-07-02 12:14:43jdemeyerlinkissue37483 messages
2019-07-02 12:14:43jdemeyercreate