-
- Downloads
compile: Don't try to constant-fold division by zero.
The way it is, just crashes app. And optimizing to "raise ZeroDivisionError" is probably too much.
Please register or sign in to comment
The way it is, just crashes app. And optimizing to "raise ZeroDivisionError" is probably too much.