You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-02 16:44:46 +08:00
Add BINARY_TRUE_DIVIDE tests for 2.{6,7}
This commit is contained in:
BIN
test/bytecode_2.6/02_true_divide.pyc
Normal file
BIN
test/bytecode_2.6/02_true_divide.pyc
Normal file
Binary file not shown.
BIN
test/bytecode_2.7/02_true_divide.pyc
Normal file
BIN
test/bytecode_2.7/02_true_divide.pyc
Normal file
Binary file not shown.
3
test/simple_source/expression/02_true_divide.py
Normal file
3
test/simple_source/expression/02_true_divide.py
Normal file
@@ -0,0 +1,3 @@
|
||||
# Tests BINARY_TRUE_DIVIDE
|
||||
from __future__ import division # needed on 2.6 and 2.7
|
||||
x = len(__file__) / 1
|
Reference in New Issue
Block a user