[issue1480] sqlite module is leaking lots of references

2007-11-24 Thread Georg Brandl
Georg Brandl added the comment: Fixed in r59180. -- nosy: +georg.brandl resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> __ _

[issue1480] sqlite module is leaking lots of references

2007-11-20 Thread Christian Heimes
New submission from Christian Heimes: test_sqlite leaked [325, 325, 325, 325] references, sum=1300 -- components: Extension Modules keywords: py3k messages: 57729 nosy: tiran priority: high severity: normal status: open title: sqlite module is leaking lots of references versions: Python