You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-02 16:44:46 +08:00
8 lines
163 B
Python
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
|