[Pyrex] Best/easiest way to access C's stderr?

Norman Shelley Norman.Shelley at motorola.com
Wed Jun 25 01:02:05 CEST 2003


What is the best/easiest way to access C's stderr in a *.pyx file?

I want to be able to do an fprintf to stderr say like this example.  But how
does one define stderr?

cdef somefunction():
    fprintf(stderr, "...")







More information about the Pyrex mailing list