aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorCarl Friedrich Bolz-Tereick <cfbolz@gmx.de>2019-01-22 12:56:47 +0100
committerCarl Friedrich Bolz-Tereick <cfbolz@gmx.de>2019-01-22 12:56:47 +0100
commitc88182a28fd8bf14a59f8bd15fb173b92a98fca5 (patch)
treec8311f278c2623e5626cc326cb207d1ed513c393 /TODO
parentmake json decoding efficient again (diff)
downloadpypy-c88182a28fd8bf14a59f8bd15fb173b92a98fca5.tar.gz
pypy-c88182a28fd8bf14a59f8bd15fb173b92a98fca5.tar.bz2
pypy-c88182a28fd8bf14a59f8bd15fb173b92a98fca5.zip
done by df16e768b3bb
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 0 insertions, 1 deletions
diff --git a/TODO b/TODO
index cf71a2c86a..5ae5e17282 100644
--- a/TODO
+++ b/TODO
@@ -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