Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support garbage collection in Reader #162

Closed
oranav opened this issue Apr 4, 2023 · 1 comment
Closed

Support garbage collection in Reader #162

oranav opened this issue Apr 4, 2023 · 1 comment

Comments

@oranav
Copy link
Contributor

oranav commented Apr 4, 2023

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.

@chayim
Copy link
Contributor

chayim commented May 4, 2023

Closed by the merge of #162.

@chayim chayim closed this as completed May 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants