System Information
Archlinux
Blender Version
Broken: 5552e83b53
Worked: 2.78a
Short description of error
numpy arrays make blende crash
Exact steps for others to reproduce the error
execute this 3 lines in the python console of Blender's UI
import numpy a = numpy.array([[3, 2, 0],[3, 1, 0]], dtype=numpy.int32) a[0]
blender crashes.
Crash isn't present on Win7 and MacOS and disappear on Linux if numpy is bumped to 1.12