[Numpy-discussion] snprintf vs PyOS_snprintf

Travis E. Oliphant oliphant at enthought.com
Sun Jul 13 23:47:26 EDT 2008


Robert Kern wrote:
> On Sat, Jul 12, 2008 at 13:11, Charles R Harris
> <charlesr.harris at gmail.com> wrote:
>   
>> 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?
>>     
>
> PyOS_snprintf
>
>   
+1





More information about the NumPy-Discussion mailing list