]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
backport of tim's 2.66:
authorAnthony Baxter <anthonybaxter@gmail.com>
Wed, 21 Nov 2001 05:41:03 +0000 (05:41 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Wed, 21 Nov 2001 05:41:03 +0000 (05:41 +0000)
commitd2d88aedce3c1fa07d7def9ae2b54b9a461d8b55
tree71c3e886e0e2534c48c11ec18a366a7991d0b86f
parentb104606d4c63980c7698e9f846b1ce341eac3979
backport of tim's 2.66:
. SF bug [#467265] Compile errors on SuSe Linux on IBM/s390.
  - errors.c, PyErr_Format:  add a va_end() to balance the va_start().
Python/errors.c