cosmopolitan/third_party/python/Lib/test/test_json
Gautham 57f0eed382
Fix Pyston speedups (#281)
We remove (i.e. hide behind a debug ifdef) the recursion checking methods,
and the memory hooks and memory allocator methods. ASAN mode has no
PYMALLOC, so we need a macro. Fix build break with des.c stack allocation.
2021-10-02 01:28:51 -07:00
..
__init__.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
__main__.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_decode.py Source changes for compilation 2021-08-09 05:39:42 -07:00
test_default.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_dump.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_encode_basestring_ascii.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_enum.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_fail.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_float.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_indent.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_pass1.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_pass2.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_pass3.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_recursion.py Fix Pyston speedups (#281) 2021-10-02 01:28:51 -07:00
test_scanstring.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_separators.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_speedups.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_tool.py python-3.6.zip added from Github 2021-08-09 05:39:42 -07:00
test_unicode.py Make numerous improvements 2021-09-28 01:52:34 -07:00