commit | 2b635971e7fedc06b8a12d467a8b717c9752f4a4 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Fri Dec 09 00:38:16 2016 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Fri Dec 09 00:38:16 2016 +0100 |
tree | 7ea961b4b7269c77680970122737760d92ed9446 | |
parent | 7e42541d08b6cc103b892c1cb70ea68c66751078 [diff] |
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().