Files
deb-python-taskflow/taskflow
Joshua Harlow 134d0951b0 Remove weakref usage
If a connection escapes the scope of the
backend object, then python will actually
garbage collect the backend object even
though the connection object has a property
that allows you to fetch the backend. If the
property is used after the gc occurs a weakref
failure occurs.

Python is smart enough to correctly deallocate
these types of object links by itself so lets
just let it do that.

Fixes: bug 1228968

Change-Id: I49d36b74f896bd1be6c7a1a373b07bdaded3ef4b
2013-09-22 23:28:33 +00:00
..
2013-09-20 12:41:57 +04:00
2013-08-17 20:34:19 -07:00
2013-09-22 23:28:33 +00:00
2013-09-20 12:41:57 +04:00
2013-08-29 12:41:22 -07:00
2013-09-18 17:56:46 +04:00
2013-09-20 12:41:57 +04:00