]> granicus.if.org Git - python/commit
SF bug [#467265] Compile errors on SuSe Linux on IBM/s390.
authorTim Peters <tim.peters@gmail.com>
Tue, 2 Oct 2001 21:32:07 +0000 (21:32 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 2 Oct 2001 21:32:07 +0000 (21:32 +0000)
commitc15c4f1f39b2b3ca799c9a36b72a7c19a3c76e20
treee9fb0ad5dbacfe54676271e06ecc180f699da960
parent048eb75c2dca8bf6d483b290c901a53510c9b78a
SF bug [#467265] Compile errors on SuSe Linux on IBM/s390.
Unknown whether this fixes it.
- stringobject.c, PyString_FromFormatV:  don't assume that va_list is of
  a type that can be copied via an initializer.
- errors.c, PyErr_Format:  add a va_end() to balance the va_start().
Objects/stringobject.c
Python/errors.c