diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2016-12-09 00:38:53 +0100 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2016-12-09 00:38:53 +0100 |
commit | dbe28d26b46adb7ed3d6731bc148fc095ff43bba (patch) | |
tree | 5266105803fd79823af0215631426eebeb284723 /Python/marshal.c | |
parent | 2b635971e7fedc06b8a12d467a8b717c9752f4a4 (diff) | |
download | cpython-git-dbe28d26b46adb7ed3d6731bc148fc095ff43bba.tar.gz |
time_strptime() uses PyObject_Call()
Issue #28915: Use PyObject_Call() to pass a tuple of positional arguments,
instead of relying on _PyObject_CallMethodId() weird behaviour to unpack the
tuple.
Diffstat (limited to 'Python/marshal.c')
0 files changed, 0 insertions, 0 deletions