summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/builtin_delattr.py
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2022-03-29 12:57:04 +1100
committerDamien George <damien@micropython.org>2022-03-30 16:07:44 +1100
commit90aaf2dbef657e5afb8855a42d26093c3ef2a38d (patch)
treeaf6b356d6590a5d1f88d3cca3e670366be9598d3 /tests/basics/builtin_delattr.py
parent335002a4c020850591122d763324599e5edbe045 (diff)
downloadmicropython-90aaf2dbef657e5afb8855a42d26093c3ef2a38d.tar.gz
micropython-90aaf2dbef657e5afb8855a42d26093c3ef2a38d.zip
extmod/uasyncio: Fix gather cancelling and handling of exceptions.
The following fixes are made: - cancelling a gather now cancels all sub-tasks of the gather (previously it would only cancel the first) - if any sub-task of a gather raises an exception then the gather finishes (previously it would only finish if the first sub-task raised) Fixes issues #5798, #7807, #7901. Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'tests/basics/builtin_delattr.py')
0 files changed, 0 insertions, 0 deletions