Memory leak under Idle?

Tim Peters tim_one at email.msn.com
Sat Jun 5 23:25:43 EDT 1999


[Christian Tismer]
> ...
> What's going on here?
> Just cyclic references piling up?

Cyclic references are piling up (at least proportional to the number of
windows you've opened), but haven't looked into it deeper than that (an
EditorWindow holds refs to the extensions it installs, and extensions often
keep a reference to the EditorWindow that installed them).  Played briefly
with trying to clear an EditorWindow's __dict__ at window close time, but Tk
started griping about bogus callbacks.  If you grab the latest development
IDLE off of CVS, though, it's bound to be even worse <wink>.

if-pystone-works-ship-it-ly y'rs  - tim






More information about the Python-list mailing list