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
__del__ function isn't closing the connection properly as it is deleting
the request rather than the manager, so store the PoolManager instance
during __init__ and then delete it during __del__
0 commit comments