diff options
author | Matti Picus <matti.picus@gmail.com> | 2019-01-01 17:30:06 +0200 |
---|---|---|
committer | Matti Picus <matti.picus@gmail.com> | 2019-01-01 17:30:06 +0200 |
commit | ae7118fba0c12a25ac42cc7c91344be1139beb28 (patch) | |
tree | 3c34caf6aa2d41a0b757c417b87e26645a2c1a4b /TODO | |
parent | typo (diff) | |
download | pypy-ae7118fba0c12a25ac42cc7c91344be1139beb28.tar.gz pypy-ae7118fba0c12a25ac42cc7c91344be1139beb28.tar.bz2 pypy-ae7118fba0c12a25ac42cc7c91344be1139beb28.zip |
fix MAXUNICODE to 0x10ffff on this branch
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,3 +4,4 @@ * 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 |