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
Reader object may hold references to non-primitive objects, such as through replyError; therefore, it must support garbage collection, which it does not right now.
Reader object may hold references to non-primitive objects, such as through
replyError
; therefore, it must support garbage collection, which it does not right now.This may lead to memory leaks, such as happened in redis/redis-py#2693.
The text was updated successfully, but these errors were encountered: