Issue29

Title range() without arguments crashes Nuitka
Priority bug Status resolved
Superseder Nosy List kayhayen
Assigned To kayhayen Keywords compiler_crash

Created on 2012-01-22.23:45:48 by kayhayen, last changed by kayhayen.

Messages
msg67 (view) Author: kayhayen Date: 2012-01-22.23:45:48
Consider this code (that nobody writes): 

print range()

Crashes the compiler, because it assumes that "low" is always not None, which is 
not good. For 0.3.19pre5 and 0.3.18.4 it is fixed.
History
Date User Action Args
2012-01-25 19:45:12kayhayensetstatus: testing -> resolved
2012-01-22 23:55:56kayhayensetkeyword: + compiler_crash
2012-01-22 23:45:48kayhayencreate