]> granicus.if.org Git - python/commit
Add _PyObject_CallFunctionVa() helper
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 8 Dec 2016 23:22:56 +0000 (00:22 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 8 Dec 2016 23:22:56 +0000 (00:22 +0100)
commite83aab12b0f5281ad0c1eba2fcee27f9789cb1db
treef483b99278102c954a38fd4f9d85593610b551f8
parent3bb711998dc3f411b4f8189a8b6fd41901ed6362
Add _PyObject_CallFunctionVa() helper

Issue #28915: Add _PyObject_CallFunctionVa() helper to factorize code of
functions:

* PyObject_CallFunction()
* _PyObject_CallFunction_SizeT()
* callmethod()
Objects/abstract.c