aboutsummaryrefslogtreecommitdiff
path: root/tests/basics/int-divzero.py
AgeCommit message (Collapse)Author
2014-03-31py: Properly implement divide-by-zero handling.Paul Sokolovsky
"1/0" is sacred idiom, the shortest way to break program execution (sys.exit() is too long).