commit | b92cf067c63e3ed809f30ae51fdafc18c1db0c37 | [log] [tgz] |
---|---|---|
author | Fred Drake <fdrake@acm.org> | Sat Oct 27 06:16:31 2001 +0000 |
committer | Fred Drake <fdrake@acm.org> | Sat Oct 27 06:16:31 2001 +0000 |
tree | 9f0eed56fc99cc9e4b557cf03fc132e9d74833d8 | |
parent | 0af4916ad42f0a5eec08b81adf9971e3b8e4a629 [diff] |
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.