]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Cleanup call_method() and call_maybe()
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 19 Aug 2016 16:01:41 +0000 (18:01 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 19 Aug 2016 16:01:41 +0000 (18:01 +0200)
commit94463c980ec8b3f54bd223036ec0363ff4266362
treef1410544870ebd78daba7c5baa8371a70ffbf8b7
parent56142c701b90c68a2a37fc23b0d7ba66c25fc3b4
Cleanup call_method() and call_maybe()

Issue #27128. Move va_start/va_end around Py_VaBuildValue().
Objects/typeobject.c