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

Someday, switch to Python's SimpleQueue instead of reactor-based queue #119

Closed
itamarst opened this issue May 22, 2019 · 1 comment
Closed

Comments

@itamarst
Copy link
Owner

Python 3.7 has a queue that is re-entrancy safe, so in 3.7 we can omit the additional event loop used for the self-pipe trick. AFAICT there are no backports, though, so probably not worth doing this decade lacking that.

@itamarst
Copy link
Owner Author

itamarst commented Jul 1, 2023

Done in #147

@itamarst itamarst closed this as completed Jul 1, 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

1 participant