summaryrefslogtreecommitdiff
path: root/Misc/NEWS.d/next/Library/2021-11-28-15-30-34.bpo-37658.8Hno7d.rst
blob: 97d1e961ac2be6ebb12069d9b5d1116d6ae18d3f (plain)
1
2
3
Fix issue when on certain conditions ``asyncio.wait_for()`` may allow a
coroutine to complete successfully, but fail to return the result,
potentially causing memory leaks or other issues.