mirror of
https://github.com/micropython/micropython.git
synced 2025-09-06 01:40:34 +02: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>