[Patches] add string precisions to PyErr_Format calls

Andrew M. Kuchling akuchlin@mems-exchange.org
Tue, 11 Apr 2000 09:50:45 -0400 (EDT)


Greg Stein writes:
>Wouldn't it be best to simply fix PyErr_Format so that we don't have to
>continue to worry about buffer overruns?

A while ago I suggested using nsprintf() in PyErr_Format, but that
means stealing the implementation from Apache for those platforms
where libc doesn't include nsprintf().  Haven't done it yet...

--amk