[Numpy-discussion] snprintf vs PyOS_snprintf

Charles R Harris charlesr.harris at gmail.com
Sat Jul 12 14:11:01 EDT 2008


Numpy uses a mix of snprintf and PyOS_snprintf. The Python version is there
because snprintf wasn't part of the standard until C99. So either we should
stick to the python version or make the decision that we only support
compilers with a working snprintf. Which way should we go?

Chuck
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/numpy-discussion/attachments/20080712/4a785dbc/attachment.html>


More information about the NumPy-Discussion mailing list