[Matrix-SIG] SegFault?

Travis Oliphant Oliphant.Travis@mayo.edu
Fri, 16 Apr 1999 12:02:09 -0500 (CDT)


> I think that my patch is better because it signals an error to the
> user rather than accepting the garbage input.

It does signal the user, which is better.  The PyString_AsString does
the same check though so with Charles's patch we can use the macro version
PyString_AS_STRING() here.

Travis