This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: csv module is leaking references
Type: Stage:
Components: Extension Modules, Library (Lib) Versions: Python 3.0
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: christian.heimes, georg.brandl
Priority: normal Keywords:

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:28adminsetgithub: 45820
2008-01-06 22:29:44adminsetkeywords: - py3k
versions: Python 3.0
2007-11-25 00:52:30georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg57822
nosy: + georg.brandl
2007-11-21 06:42:11christian.heimescreate