Concern from Stefan Behnel: Lack for Py_Unicode representation

makes applications inefficient.
This commit is contained in:
Martin v. Löwis 2011-01-27 21:47:00 +00:00
parent 45c1ff768d
commit 3c6691491d
1 changed files with 5 additions and 0 deletions

View File

@ -189,6 +189,11 @@ Several concerns have been raised about the approach presented here:
It makes the implementation more complex. That's true, but considered
worth given the gains.
The Py_Unicode representation is not instantaneously available,
slowing down applications that request it. While this is also true,
applications that care about this problem can be rewritten to use the
str representation.
Copyright
=========