[issue9836] Refleak in PyUnicode_FormatV

2010-09-12 Thread STINNER Victor
STINNER Victor added the comment: Fixed by r84730, thanks for the issue. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ __

[issue9836] Refleak in PyUnicode_FormatV

2010-09-11 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- assignee: -> haypo nosy: +haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue9836] Refleak in PyUnicode_FormatV

2010-09-11 Thread Hirokazu Yamamoto
Changes by Hirokazu Yamamoto : -- versions: -Python 3.1 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://

[issue9836] Refleak in PyUnicode_FormatV

2010-09-11 Thread Hirokazu Yamamoto
Changes by Hirokazu Yamamoto : -- keywords: +patch Added file: http://bugs.python.org/file18847/py3k_fix_PyUnicode_Format.patch ___ Python tracker ___

[issue9836] Refleak in PyUnicode_FormatV

2010-09-11 Thread Hirokazu Yamamoto
New submission from Hirokazu Yamamoto : I noticed following refleak. http://mail.python.org/pipermail/python-checkins/2010-September/097438.html py3k results for svn r84704 (hg cset 4ffcca0d1896) -- test_unicode leaked [2, 2, 2] references, sum=6