diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2016-08-20 00:44:04 +0200 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2016-08-20 00:44:04 +0200 |
commit | 64e75861f12e137906b2fa6374ce1a70070977df (patch) | |
tree | 8e8135bfc8e49992d129c564266e7e2bfa084ec7 /Python/pythonrun.c | |
parent | 167b86de6ea9042eebc59c190996e6aed6e994ae (diff) | |
download | cpython-64e75861f12e137906b2fa6374ce1a70070977df.tar.gz |
PyFile_WriteObject() now uses fast call
Issue #27128: PyFile_WriteObject() now calls _PyObject_FastCall() to avoid the
creation of a temporary tuple.
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions