diff options
author | Richard Kojedzinszky <rkojedzinszky@users.noreply.github.com> | 2020-12-18 17:26:04 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-18 17:26:04 (GMT) |
commit | 17ef4319a34f5a2f95e7823dfb5f5b8cff11882d (patch) | |
tree | 769a121c883be857a22432fc1b5c57b80e60dd6a /Misc | |
parent | 2179349d8cf45b1202775547df384b1fde31630a (diff) | |
download | cpython-17ef4319a34f5a2f95e7823dfb5f5b8cff11882d.zip cpython-17ef4319a34f5a2f95e7823dfb5f5b8cff11882d.tar.gz cpython-17ef4319a34f5a2f95e7823dfb5f5b8cff11882d.tar.bz2 |
bpo-41891: ensure asyncio.wait_for waits for task completion (#22461)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2020-09-30-13-35-29.bpo-41891.pNAeYI.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-09-30-13-35-29.bpo-41891.pNAeYI.rst b/Misc/NEWS.d/next/Library/2020-09-30-13-35-29.bpo-41891.pNAeYI.rst new file mode 100644 index 0000000..75c2512 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2020-09-30-13-35-29.bpo-41891.pNAeYI.rst @@ -0,0 +1 @@ +Ensure asyncio.wait_for waits for task completion |