``` python3 In [1]: np.__version__ Out[1]: '1.11.1' In [2]: x = np.ndarray((2,3)) In [3]: x.flat[()] = 1 Segmentation fault (core dumped) ```