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: sqlite module is leaking lots of references
Type: Stage:
Components: Extension Modules Versions: Python 3.0
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: christian.heimes, georg.brandl
Priority: high Keywords:

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

Messages (2)
msg57729 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2007-11-21 07:19
test_sqlite leaked [325, 325, 325, 325] references, sum=1300
msg57821 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2007-11-25 00:45
Fixed in r59180.
History
Date User Action Args
2022-04-11 14:56:28adminsetgithub: 45821
2008-01-06 22:29:44adminsetkeywords: - py3k
versions: Python 3.0
2007-11-25 00:45:20georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg57821
nosy: + georg.brandl
2007-11-21 07:19:45christian.heimescreate