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

Fix delete() Python async call not resolving #2610

Merged
merged 1 commit into from
May 4, 2024
Merged

Conversation

texodus
Copy link
Member

@texodus texodus commented May 4, 2024

This PR fixes perspective-python's Table.delete() and View.delete() methods, which do not resolve in their clients when awaited. While this does not leak data, it does leak await-ed delete() handlers.

Signed-off-by: Andrew Stein <steinlink@gmail.com>
@texodus texodus added bug Concrete, reproducible bugs Python labels May 4, 2024
@texodus texodus merged commit 8460585 into master May 4, 2024
13 checks passed
@texodus texodus deleted the fix-python-delete branch May 4, 2024 04:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Concrete, reproducible bugs Python
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant