]> granicus.if.org Git - python/commit
PyObject_CallFunction(), PyObject_CallMethod(): Make sure we do not touch
authorFred Drake <fdrake@acm.org>
Sat, 27 Oct 2001 06:16:31 +0000 (06:16 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 27 Oct 2001 06:16:31 +0000 (06:16 +0000)
commitb92cf067c63e3ed809f30ae51fdafc18c1db0c37
tree9f0eed56fc99cc9e4b557cf03fc132e9d74833d8
parent0af4916ad42f0a5eec08b81adf9971e3b8e4a629
PyObject_CallFunction(), PyObject_CallMethod():  Make sure we do not touch
the va_list until we are sure we have a format string and need to use it;
this avoid premature initialization and having to finalize it several
different places because of error returns.
Objects/abstract.c