[issue16971] Refleaks in charmap decoder

2013-01-29 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___ ___

[issue16971] Refleaks in charmap decoder

2013-01-29 Thread Roundup Robot
Roundup Robot added the comment: New changeset 625c397a7283 by Serhiy Storchaka in branch '3.3': Issue #16971: Fix a refleak in the charmap decoder. http://hg.python.org/cpython/rev/625c397a7283 New changeset 02c4ecc87f74 by Serhiy Storchaka in branch 'default': Issue #16971: Fix a refleak in th

[issue16971] Refleaks in charmap decoder

2013-01-28 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- assignee: -> serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue16971] Refleaks in charmap decoder

2013-01-15 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Enough difficult. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http:/

[issue16971] Refleaks in charmap decoder

2013-01-15 Thread Ezio Melotti
Ezio Melotti added the comment: How difficult would it be to write a test for this? -- ___ Python tracker ___ ___ Python-bugs-list mai

[issue16971] Refleaks in charmap decoder

2013-01-15 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- nosy: +haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pytho

[issue16971] Refleaks in charmap decoder

2013-01-15 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : Added file: http://bugs.python.org/file28739/charmap_decode_leaks-3.4.patch ___ Python tracker ___ ___ Python-bu

[issue16971] Refleaks in charmap decoder

2013-01-15 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: Charmap decoder can leak a reference in case of error. -- components: Unicode files: charmap_decode_leaks-3.3.patch keywords: 3.3regression, patch messages: 180018 nosy: ezio.melotti, serhiy.storchaka priority: normal severity: normal stage: patch re