You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 23, 2017. It is now read-only.
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
Original issue reported on code.google.com by
gvanrossum@gmail.com
on 3 May 2013 at 10:20The text was updated successfully, but these errors were encountered: