Files
deb-python-taskflow/taskflow
Joshua Harlow aa8a45b3d3 Give the GC more of a break with regard to cycles
We can avoid creating reference cycles relatively easily
which will make the GC have to do less to garbage collect these
objects so let's just give it a break to start.

This is *safe* to do since the runtime components have the
same lifetime as the runtime itself and they will never outlive
the runtime objects existence (a runtime objects lifetime is
directly the same as the engine objects lifetime).

Change-Id: I7f1ee91e04f29dd27da1e57a462573e068aee45c
2015-08-01 12:31:37 -07:00
..
2014-02-22 17:16:29 +08:00
2015-07-01 06:04:31 +00:00