Files
micropython/shared/runtime
Damien George 0c7726a89c all: Use enum instead of bool argument to mp_handle_pending.
This should be a no-op because the enum and bool have the same numeric
value.

Signed-off-by: Damien George <damien@micropython.org>
2026-02-05 00:29:36 +11:00
..