joe-greenawalt / skulpt

Automatically exported from code.google.com/p/skulpt
Other
0 stars 0 forks source link

for iterator inside generator function is global #41

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
a generator containing a for loop currently stores the iterator into a global 
gensym. concurrent iteration of multiple instances of the generator will 
break.

Original issue reported on code.google.com by sgraham on 14 Sep 2009 at 7:46

GoogleCodeExporter commented 9 years ago

Original comment by sgraham on 16 Sep 2009 at 5:56