diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2016-12-09 00:41:46 +0100 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2016-12-09 00:41:46 +0100 |
commit | 887b4307b62f2b3d6f757abe648df6808c045eae (patch) | |
tree | 3d18c755a48f14be4c1d32db111d58e29ad0ac0c /Python/marshal.c | |
parent | 7f39c0ccfcaba95de1eaba87f117b89b032b1fa0 (diff) | |
download | cpython-git-887b4307b62f2b3d6f757abe648df6808c045eae.tar.gz |
Use _PyObject_FastCallVa() in type slots
Issue #28915: Replace Py_VaBuildValue()+PyObject_Call() with
_PyObject_FastCallVa() to avoid the creation of temporary tuple.
Diffstat (limited to 'Python/marshal.c')
0 files changed, 0 insertions, 0 deletions