diff options
author | Carl Friedrich Bolz-Tereick <cfbolz@gmx.de> | 2019-01-22 12:56:47 +0100 |
---|---|---|
committer | Carl Friedrich Bolz-Tereick <cfbolz@gmx.de> | 2019-01-22 12:56:47 +0100 |
commit | c88182a28fd8bf14a59f8bd15fb173b92a98fca5 (patch) | |
tree | c8311f278c2623e5626cc326cb207d1ed513c393 /TODO | |
parent | make json decoding efficient again (diff) | |
download | pypy-c88182a28fd8bf14a59f8bd15fb173b92a98fca5.tar.gz pypy-c88182a28fd8bf14a59f8bd15fb173b92a98fca5.tar.bz2 pypy-c88182a28fd8bf14a59f8bd15fb173b92a98fca5.zip |
done by df16e768b3bb
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -2,6 +2,5 @@ if one is not already readily available * write the correct jit_elidable in _get_index_storage * improve performance of splitlines -* fix _pypyjson to not use a wrapped dict when decoding an object * make sure we review all the places that call ord(unichr) to check for ValueErrors * Find a more elegant way to define MAXUNICODE in rpython/rlib/runicode.py |