[issue11402] _PyUnicode_Init leaks a little memory once

2011-04-11 Thread Stefan Krah
Stefan Krah added the comment: This should be a duplicate of issue 10156. -- nosy: +skrah resolution: -> duplicate stage: patch review -> committed/rejected status: open -> closed superseder: -> Initialization of globals in unicodeobject.c ___ Pyth

[issue11402] _PyUnicode_Init leaks a little memory once

2011-03-04 Thread Daniel Stutzbach
Changes by Daniel Stutzbach : -- keywords: +needs review, patch Added file: http://bugs.python.org/file20999/unicode-leak.patch ___ Python tracker ___ ___

[issue11402] _PyUnicode_Init leaks a little memory once

2011-03-04 Thread Daniel Stutzbach
New submission from Daniel Stutzbach : By the time _PyUnicode_Init is called and does the following: /* Init the implementation */ free_list = NULL; numfree = 0;