Files
python-uncompyle6/test/simple_source/bug26/08_triple_equals.py
rocky 75c718bc5c Python 2.2..2.6 bug in a == b == c == d
Fix was to remove some come froms. Feels a little hacky though.
2016-09-03 10:05:55 -04:00

8 lines
163 B
Python

# From Python 2.6 aifc.py
# Bug was handling triple ==
# Fixed by removing some COME_FROMs inside
if expon == himant == lomant == 0:
f = 0.0
else:
f = 1.1