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 vstinner
Recipients jdemeyer, methane, skrah, vstinner
Date 2019-07-03.10:33:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1562150015.83.0.0192543033666.issue37483@roundup.psfhosted.org>
In-reply-to
Content
> Exactly. I see no reason to prefer PyObject_CallFunctionObjArgs(func, arg, NULL) over _PyObject_CallOneArg(func, arg)

In this case, maybe the whole idea of _PyObject_CallOneArg() is not worth it?

Is there any benchmark showing if it's faster or use less stack?
History
Date User Action Args
2019-07-03 10:33:35vstinnersetrecipients: + vstinner, methane, skrah, jdemeyer
2019-07-03 10:33:35vstinnersetmessageid: <1562150015.83.0.0192543033666.issue37483@roundup.psfhosted.org>
2019-07-03 10:33:35vstinnerlinkissue37483 messages
2019-07-03 10:33:35vstinnercreate