summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbmbouter <bmbouter@gmail.com>2016-11-30 13:32:32 -0300
committerAsif Saifuddin Auvi <auvipy@users.noreply.github.com>2016-11-30 22:32:32 +0600
commita960140e2f3812131c6245cf12125509a024adbe (patch)
tree8e4462777baaeefa20666bb671f23908e417c05e
parent82f026eafa986b205d5bb8ff09ada077fb1d6e08 (diff)
downloadkombu-a960140e2f3812131c6245cf12125509a024adbe.tar.gz
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
0 files changed, 0 insertions, 0 deletions