]> granicus.if.org Git - python/commit
Use _PyObject_FastCallVa() in type slots
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 8 Dec 2016 23:41:46 +0000 (00:41 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 8 Dec 2016 23:41:46 +0000 (00:41 +0100)
commit887b4307b62f2b3d6f757abe648df6808c045eae
tree3d18c755a48f14be4c1d32db111d58e29ad0ac0c
parent7f39c0ccfcaba95de1eaba87f117b89b032b1fa0
Use _PyObject_FastCallVa() in type slots

Issue #28915: Replace Py_VaBuildValue()+PyObject_Call() with
_PyObject_FastCallVa() to avoid the creation of temporary tuple.
Objects/typeobject.c