Re: [Python-Dev] r84744 - python/branches/py3k/Objects/unicodeobject.c

2010-09-12 Thread Benjamin Peterson
2010/9/12 Georg Brandl : > Victor changed this from "return NULL" to "goto fail" in r84730, claiming > that it would fix a reference leak.  Is the leak somewhere else then? Indeed. He missed my earlier fix, though. :) -- Regards, Benjamin ___ Python-

Re: [Python-Dev] r84744 - python/branches/py3k/Objects/unicodeobject.c

2010-09-12 Thread Georg Brandl
Victor changed this from "return NULL" to "goto fail" in r84730, claiming that it would fix a reference leak. Is the leak somewhere else then? Georg Am 12.09.2010 18:40, schrieb benjamin.peterson: > Author: benjamin.peterson > Date: Sun Sep 12 18:40:53 2010 > New Revision: 84744 > > Log: > use