diff options
author | fijal <unknown> | 2017-11-04 14:38:37 +0100 |
---|---|---|
committer | fijal <unknown> | 2017-11-04 14:38:37 +0100 |
commit | d0b8d0c46b66559a51b0d0c0fe79b2cd3d1e26c4 (patch) | |
tree | 749d690a0a1790aeda5311225f8e32f0b9d77230 /TODO | |
parent | * Return a flag from check_utf8. (diff) | |
download | pypy-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-- | TODO | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |