[Python-Dev] Modifying the PyUnicode_FromUnicode result

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Sat, 21 Apr 2001 15:25:45 +0200


> Because I want to reserve the right to change the semantics
> *inside* unicodeobject.c at some later point. Note that currently
> no caching of Unicode objects takes place, but this could change
> in the future and indeed your patch starts into this direction.

So would you accept a patch that corrects all calls to
PyUnicode_FromUnicode which modify the result they get, without having
passed a NULL str argument?

Regards,
Martin