Issue 1479: csv module is leaking references (original) (raw)

Issue1479

Created on 2007-11-21 06:42 by christian.heimes, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg57728 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2007-11-21 06:42
test_csv leaked [1, 1, 1, 1] references, sum=4
msg57822 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2007-11-25 00:52
Fixed in r59181.
History
Date User Action Args
2022-04-11 14:56:28 admin set github: 45820
2008-01-06 22:29:44 admin set keywords: - py3kversions: Python 3.0
2007-11-25 00:52:30 georg.brandl set status: open -> closedresolution: fixedmessages: + nosy: + georg.brandl
2007-11-21 06:42:11 christian.heimes create