[Python-Dev] Modifying the PyUnicode_FromUnicode result

M.-A. Lemburg mal@lemburg.com
Sat, 21 Apr 2001 15:37:53 +0200


"Martin v. Loewis" wrote:
> 
> > 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?

Yes :)

-- 
Marc-Andre Lemburg
______________________________________________________________________
Company & Consulting:                           http://www.egenix.com/
Python Pages:                           http://www.lemburg.com/python/