]> granicus.if.org Git - python/commit
code part of patch #100895 by Fredrik Lundh
authorJeremy Hylton <jeremy@alum.mit.edu>
Fri, 1 Sep 2000 03:49:47 +0000 (03:49 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Fri, 1 Sep 2000 03:49:47 +0000 (03:49 +0000)
commitb69a27e5b2d336e3ca0e79d08236901ac296b0cc
treec2a5f3d52d11484926ab7f8dddd85053bdc5d734
parent51ee09b99539b5bdf54ad91670820adf57d462d8
code part of patch #100895 by Fredrik Lundh

PyErr_Format computes size of buffer needed rather than relying on
static buffer.
Python/errors.c