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

asyncio: avoid registering done_callback cleanup when there's nothing to cleanup #1929

Merged
merged 1 commit into from
Feb 17, 2024

Conversation

minrk
Copy link
Member

@minrk minrk commented Feb 16, 2024

avoids closure on Future, which can take a long time to cleanup in starved event loops

closes #1928

… to cleanup

avoids closure on Future, which can take a long time to cleanup in starved event loops
@minrk minrk closed this Feb 16, 2024
@minrk minrk reopened this Feb 17, 2024
@minrk minrk merged commit 15ea96b into zeromq:main Feb 17, 2024
27 of 28 checks passed
@minrk minrk deleted the future-cleanup branch February 17, 2024 00:03
@minrk
Copy link
Member Author

minrk commented Feb 17, 2024

wrong button, meant to merge instead of closing

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

Successfully merging this pull request may close these issues.

BUG: Memory leak on receiver side in asyncio
1 participant