| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
Upstream's bug was fixed and merged (python/cpython#21894). |
Sorry, something went wrong.
`asyncio.wait_for()` currently has a bug where it raises a `CancelledError` even when the wrapped awaitable has completed. The upstream fix is in python/cpython#21894. This adds a workaround until the aforementioned PR is merged, backported and released. Co-authored-by: Adam Liddell <git@aliddell.com> Fixes: #467 Fixes: #547 Related: #468 Supersedes: #548
|
Could this make it into a patch release, if a minor/major isn't planned any time soon? |
Sorry, something went wrong.
|
Yeah, it's a good time to cut a release, since both Python 3.9 and PostgreSQL 13 have been released recently. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
asyncio.wait_for() currently has a bug where it raises a
CancelledError even when the wrapped awaitable has completed.
The upstream fix is in python/cpython#21894. This adds a workaround
until the aforementioned PR is merged, backported and released.
Co-authored-by: Adam Liddell git@aliddell.com
Fixes: #467
Fixes: #547
Related: #468
Supersedes: #548