diff options
| author | Damien George <damien@micropython.org> | 2025-09-28 22:28:27 +1000 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2025-09-30 17:39:15 +1000 |
| commit | a563592b111686dde9b46785bb783d45ec0ba78e (patch) | |
| tree | ecbe23d63d0647b0eef73b518f3a96e400d14403 /tests/micropython | |
| parent | 094000d418e9f7393b3d34814c3e43e6386145a7 (diff) | |
webassembly/asyncio: Fix ThenableEvent to handle rejected thenables.
Prior to this fix, if a JavaScript thenable/Promise that was part of an
asyncio chain was rejected it would be ignored because the Python-side
`ThenableEvent` did not register a handler for the rejection.
That's fixed by this commit, and a corresponding test added.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'tests/micropython')
0 files changed, 0 insertions, 0 deletions
