System Information
Windows 7 64
Blender Version
version: 2.79 (sub 0), branch: master, commit date: 2018-03-22 14:10, hash: f4dc9f9d68b
Short description of error
Blender crashes when I type next code in console:
>>> sec = range(10) >>> Vector(sec).project(sec)
I know that Vector does not expect more than four arguments but it should give a warning, should not it?
Exact steps for others to reproduce the error
Open console and write code that I mentioned above