diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2016-12-08 23:38:16 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2016-12-08 23:38:16 (GMT) |
commit | 2b635971e7fedc06b8a12d467a8b717c9752f4a4 (patch) | |
tree | 7ea961b4b7269c77680970122737760d92ed9446 /Objects | |
parent | 7e42541d08b6cc103b892c1cb70ea68c66751078 (diff) | |
download | cpython-2b635971e7fedc06b8a12d467a8b717c9752f4a4.zip cpython-2b635971e7fedc06b8a12d467a8b717c9752f4a4.tar.gz cpython-2b635971e7fedc06b8a12d467a8b717c9752f4a4.tar.bz2 |
build_struct_time() uses Py_BuildValue()
Issue #28915: Avoid calling _PyObject_CallMethodId() with "(...)" format to
avoid the creation of a temporary tuple: use Py_BuildValue() with
_PyObject_CallMethodIdObjArgs().
Diffstat (limited to 'Objects')
0 files changed, 0 insertions, 0 deletions