diff --git a/tests/thread/stress_schedule.py b/tests/thread/stress_schedule.py index 10ba67d0bb..fca9b38df8 100644 --- a/tests/thread/stress_schedule.py +++ b/tests/thread/stress_schedule.py @@ -27,8 +27,6 @@ def task(x): n += 1 -# This function must always use the bytecode emitter so it bounces the GIL when running. -@micropython.bytecode def thread(): while thread_run: try: