New submission from Hirokazu Yamamoto <[email protected]>: 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 This refleak seems to be introduced in r84704. I hope attached patch will fix this. ---------- components: Unicode messages: 116095 nosy: ocean-city priority: normal severity: normal status: open title: Refleak in PyUnicode_FormatV versions: Python 3.1, Python 3.2 _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue9836> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
