You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Define self._handle up-front to prevent warning in __del__
Since initialization failures happen (usually) in `get_handle`, the
instance would not have a proper `self._handle` defined and fail on
`__del__` which checks for this field's value.
0 commit comments