On Apr 9, 5:45 pm, thyrsus <[EMAIL PROTECTED]> wrote:
> How much memory do you have? I rely on the python internals to
> rapidly reclaim the dictionaries I create, but perhaps there should be
> a line of code explicitly discarding the dictionary just before
> raising the iteration ended exception. I'll test that.
Explicitly doing "self.d = {}" right before raising StopIteration had
no significant effect for me. I saw that done somewhere else in the
code to provoke more rapid memory reclamation, but it doesn't seem to
make a difference in this situation.
- Stephen
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"leo-editor" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/leo-editor?hl=en
-~----------~----~----~----~------~----~------~--~---