[pypy-commit] pypy py3k: add a TODO item

antocuni noreply at buildbot.pypy.org
Mon Sep 3 17:31:11 CEST 2012


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: py3k
Changeset: r57096:9b692e40a835
Date: 2012-09-03 17:30 +0200
http://bitbucket.org/pypy/pypy/changeset/9b692e40a835/

Log:	add a TODO item

diff --git a/TODO b/TODO
--- a/TODO
+++ b/TODO
@@ -16,3 +16,6 @@
 which has been commented out for now
 
 unskip numpypy tests in module/test_lib_pypy/numpypy/
+
+optimize W_UnicodeObject, right now it stores both an unicode and an utf8
+version of the same string
\ No newline at end of file


More information about the pypy-commit mailing list