summaryrefslogtreecommitdiff
path: root/py/repl.c
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2022-04-21 13:19:34 +1000
committerDamien George <damien@micropython.org>2022-04-21 14:25:17 +1000
commit28e7e15c0ad03f406cc5214f22d9a90a560f65c4 (patch)
treecb7e24ad6a2a54aba62c132b75c31a70b83bb2dc /py/repl.c
parentf7454f850feaeef7f567e434205ad648192ba01b (diff)
extmod/uasyncio: Fix bug with task ending just after gather is cancel'd.
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>
Diffstat (limited to 'py/repl.c')
0 files changed, 0 insertions, 0 deletions