Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Protect against closing non-existant SNMP handles
Snmp.__init__() can now raise exceptions before `self.handle` is ever created, thereby causing errors to be logged from Snmp.__del_ everytime the garbage collector deletes such defunct object. This protects against that slight problem.
- Loading branch information