Skip to content
This repository has been archived by the owner on Nov 23, 2017. It is now read-only.

Do we need to call gc.collect() occasionally through the event loop? #42

Closed
GoogleCodeExporter opened this issue Apr 10, 2015 · 5 comments

Comments

@GoogleCodeExporter
Copy link

I closed issue 41 as fixed, but there's one missing piece: abandoned tracebacks 
only get printed when the Future is garbage-collected.  If nothing else is 
going on this may take a while.  Perhaps we should have some heuristic in 
_run_once() that occasionally calls gc.collect()?

Every time _run_once() is called is probably too often -- maybe we should call 
it at most once a second?

Original issue reported on code.google.com by gvanrossum@gmail.com on 3 May 2013 at 10:20

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant