pytchlang / pytch-vm

Pytch: Core language and runtime
Other
3 stars 7 forks source link

Add test to rule out possible race #13

Closed bennorth closed 4 years ago

bennorth commented 4 years ago

While investigating a certain Pytch program, we wanted to rule out the possibility that loops in modules other than the main one were having yield_until_next_frame() calls inserted by our modified compiler. Add a test confirming that this does not happen.