Fix marshal bug in handling complex numbers

This commit is contained in:
rocky
2016-05-17 19:25:34 -04:00
parent 9462e33f48
commit a3dd61c981
4 changed files with 28 additions and 2 deletions

Binary file not shown.

View 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