You've already forked python-uncompyle6
mirror of
https://github.com/rocky/python-uncompyle6.git
synced 2025-08-04 01:09:52 +08:00
5 lines
151 B
Python
5 lines
151 B
Python
# From python2.7/json/tests/test_recursion.py
|
|
# Tests our Python marshal load_code_internal handles reading complex numbers,
|
|
# marshal type 'x'
|
|
x = 5j
|