You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
Fix marshal bug in handling complex numbers
This commit is contained in:
BIN
test/bytecode_2.5/02_complex.pyc
Normal file
BIN
test/bytecode_2.5/02_complex.pyc
Normal file
Binary file not shown.
4
test/simple_source/expression/02_complex.py
Normal file
4
test/simple_source/expression/02_complex.py
Normal file
@@ -0,0 +1,4 @@
|
||||
# From python2.7/json/tests/test_recursion.py
|
||||
# Tests our Python marshal load_code_internal handles reading complex numbers,
|
||||
# marshal type 'x'
|
||||
x = 5j
|
Reference in New Issue
Block a user