-
Notifications
You must be signed in to change notification settings - Fork 57
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
Add clean fix for cancelation on 3.9+. #235
Conversation
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #235 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 1 1
Lines 107 115 +8
Branches 16 18 +2
=========================================
+ Hits 107 115 +8
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@Dreamsorcerer do you want to resurrect this effort? |
Is it related to #295? |
I will return to this in some form, and verify if the problem is actually fixed in asyncio.timeout() or not. But, this library itself should probably be deprecated (and archived once asyncio.timeout() is available in all supported versions of Python).
Yes, I'm pretty sure that PR is incorrect, as explained in my comments. |
Version 5.0+ wiorks exactly as |
No description provided.