From 8977c7eb581f5d06500edb1ea29aea5cbda04f28 Mon Sep 17 00:00:00 2001 From: Andrew Leech Date: Thu, 21 Mar 2019 11:52:10 +1100 Subject: py/scheduler: Convert micropythyon.schedule() to a circular buffer. This means the schedule operates on a first-in, first-executed manner rather than the current last-in, first executed. --- tests/unix/extra_coverage.py.exp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests') diff --git a/tests/unix/extra_coverage.py.exp b/tests/unix/extra_coverage.py.exp index 9df852757..2e23b2458 100644 --- a/tests/unix/extra_coverage.py.exp +++ b/tests/unix/extra_coverage.py.exp @@ -70,10 +70,10 @@ sched(2)=1 sched(3)=1 sched(4)=0 unlocked -3 -2 -1 0 +1 +2 +3 0123456789 b'0123456789' 7300 7300 -- cgit v1.2.3