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.

Author gpolo
Recipients gpolo, loewis, pysquared, quentin.gallet-gilles
Date 2008-12-17.23:03:38
SpamBayes Score 0.0050338926
Marked as misclassified No
Message-id <1229555019.03.0.976641843758.issue1524639@psf.upfronthosting.co.za>
In-reply-to
Content
I've fixed the leaks in Variable doing this:
http://code.google.com/p/plumage/source/detail?r=93

I don't use an extra _tclCommands for Variable, instead in __del__ I use
the information returned by Variable.trace_vinfo to remove associated
callbacks.
History
Date User Action Args
2008-12-17 23:03:39gpolosetrecipients: + gpolo, loewis, pysquared, quentin.gallet-gilles
2008-12-17 23:03:39gpolosetmessageid: <1229555019.03.0.976641843758.issue1524639@psf.upfronthosting.co.za>
2008-12-17 23:03:38gpololinkissue1524639 messages
2008-12-17 23:03:38gpolocreate