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
|