[Python-Dev] Patches

Fredrik Lundh Fredrik Lundh" <effbot@telia.com
Tue, 18 Jul 2000 21:37:39 +0200


> > - safe version of PyErr_Format
> > +0 on that, but what do I know. Don't know if it's actually safe ;)
>=20
> -0 on that, I'd rather use snprintf when available, sprintf when not.

strange argument.  why is it okay to crash Python on Windows,
pure SUSv2 platforms, pure ANSI C platforms, etc?

besides, snprintf doesn't do the same thing as my PyErr_Format
replacement...

</F>