[Numpy-discussion] reshape: missing arg check?

Sven Schreiber svetosch at gmx.net
Thu Sep 7 09:29:24 EDT 2006


Hi,
never mind that the following syntax is wrong, but is it supposed to
yield that SystemError instead of something more informative?

(This is with b5 on win32 and python 2.4.3)

>>> b.reshape(3,3,axis = 1)
Traceback (most recent call last):
  File "<interactive input>", line 1, in ?
SystemError: NULL result without error in PyObject_Call

-sven




More information about the NumPy-Discussion mailing list