mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 03:30:14 +01:00
This fixes the cases where the task being waited on finishes just before or just after the wait_for itself is cancelled. Fixes issue #8717. Signed-off-by: Damien George <damien@micropython.org>