Switch to using getattr in qpid.Transport.__del__ (#667)

The __init__ function calls verify_runtime_environment before setting
the use_async_interface variable.  If it throws an exception in that
function, the __del__ method will be called, and raises an
AttributeError

using getattr in the __del__ method to guard against this
This commit is contained in:
bmbouter 2016-11-30 13:32:32 -03:00 committed by Asif Saifuddin Auvi
parent 82f026eafa
commit a960140e2f

Diff Content Not Available