[issue26453] SystemError on invalid numpy.ndarray / Path operation

2016-02-28 Thread STINNER Victor
STINNER Victor added the comment: Bug in NumPy. -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Uns

[issue26453] SystemError on invalid numpy.ndarray / Path operation

2016-02-28 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: This looks as NumPy bug. -- nosy: +haypo, serhiy.storchaka resolution: -> third party ___ Python tracker ___

[issue26453] SystemError on invalid numpy.ndarray / Path operation

2016-02-27 Thread Antony Lee
New submission from Antony Lee: Running ``` from pathlib import Path import numpy as np np.arange(30) / Path("foo") ``` raises ``` TypeError: argument should be a path or str object, not During handling of the above exception, another exception occurred: SystemError: returned a result wi