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

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:
-- Thus spake the Lord: Thou shalt indent with four spaces. No more, no less. Four shall be the number of spaces thou shalt indent, and the number of thy indenting shall be four. Eight shalt thou not indent, nor either indent thou two, excepting that thou then proceed to four. Tabs are right out.

2010/9/12 Georg Brandl <g.brandl@gmx.net>:
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

2010/9/12 Georg Brandl <g.brandl@gmx.net>:
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
participants (2)
-
Benjamin Peterson
-
Georg Brandl