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
async fixes, remove __del__ and other things (#2870)
* Use correct redis url if not default when creating Connection
* Make resource-warning __del__ code safer during shutdown
* Remove __del__ handler, fix pubsub weakref callback handling
* Clarify comment, since there is no __del__ on asyncio.connection.ConnectionPool
* Remove remaining __del__ from async parser. They are not needed.
* make connect callback methods internal
* similarly make non-async connect callbacks internal, use same system as for async.
* Reformat __del__()
0 commit comments