mirror of
https://github.com/micropython/micropython.git
synced 2026-03-19 07:10:21 +01:00
This fixes a bug where the gather is cancelled externally and then one of its sub-tasks (that the gather was waiting on) finishes right between the cancellation being queued and being executed. Signed-off-by: Damien George <damien@micropython.org>