Concern from Stefan Behnel: Lack for Py_Unicode representation
makes applications inefficient.
This commit is contained in:
parent
45c1ff768d
commit
3c6691491d
|
@ -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
|
||||
=========
|
||||
|
||||
|
|
Loading…
Reference in New Issue