aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorfijal <unknown>2017-11-04 14:38:37 +0100
committerfijal <unknown>2017-11-04 14:38:37 +0100
commitd0b8d0c46b66559a51b0d0c0fe79b2cd3d1e26c4 (patch)
tree749d690a0a1790aeda5311225f8e32f0b9d77230 /TODO
parent* Return a flag from check_utf8. (diff)
downloadpypy-d0b8d0c46b66559a51b0d0c0fe79b2cd3d1e26c4.tar.gz
pypy-d0b8d0c46b66559a51b0d0c0fe79b2cd3d1e26c4.tar.bz2
pypy-d0b8d0c46b66559a51b0d0c0fe79b2cd3d1e26c4.zip
progress on having flags correctly propagated, almost there
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
diff --git a/TODO b/TODO
index 40fbe69731..85d32f43b5 100644
--- a/TODO
+++ b/TODO
@@ -4,3 +4,7 @@
if one is not already readily available
* fix _pypyjson
* fix cpyext
+* write the correct jit_elidable in _get_index_storage
+* better flag handling in split/splitlines maybe?
+* find all the fast-paths that we want to do with utf8 (we only do
+ utf-8 now, not UTF8 or utf8) for decode/encode