mirror of https://github.com/celery/kombu.git
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:
parent
82f026eafa
commit
a960140e2f