[issue1943] improved allocation of PyUnicode objects

Amaury Forgeot d'Arc report at bugs.python.org
Thu Mar 20 11:31:01 CET 2008


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

Marc-Andre: don't all your objections also apply to the 8bit string
type, which is already a variable-size structure?
Is extending unicode more common than extending str?

With python 3.0, all strings are unicode. Shouldn't this type be
optimized for the same use cases of the previous str type?

----------
nosy: +amaury.forgeotdarc

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1943>
__________________________________


More information about the Python-bugs-list mailing list