MySQLdb collectable memory leak

J

John Nagle

It's not big, but it's there. Just attaching to a MySQL
database with MySQLdb, then closing the connection without
doing anything results in some collectable garbage:

gc: collectable <cell 00DCDB30>
gc: collectable <function 00DC2D70>
gc: collectable <tuple 00DBAD78>
gc: collectable <tuple 00D73790>
gc: collectable <dict 00E81150>

(Python 2.4, MySQL 5, Windows 2000)

(For test purposes, I run with GC turned off, so if any
memory leaks, collectable or otherwise, are introduced, they're noticed.)

John Nagle
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,016
Latest member
TatianaCha

Latest Threads

Top