Files
micropython/tests/thread
Jeff Epler f918e33645 tests/thread/stress_schedule.py: Remove decorator/inaccurate comment.
This test can now run correctly with the native emitter because the
`thread()` function will run the scheduler during the call to
`time.sleep_ms(1)`.

Signed-off-by: Jeff Epler <jepler@unpythonic.net>
2026-01-26 23:33:49 +11:00
..