Open graffic opened 10 years ago
I reproduced it with python 3.4 as well. Reducing the number in the range make the problem disappear so I suspect a race condition.
I am about to replace the channels with an improved version, i will have a a look on that at the same time. Thanks for the test!
it will be fixed with the new scheduler.
Running this program.
I get:
The output I expected was
10001
.Tested with
Python 2.7.3 (87aa9de10f9ca71da9ab4a3d53e0ba176b67d086, Feb 03 2014, 13:03:18)[PyPy 2.2.1]
Python 3.3.3 (default, Dec 22 2013, 19:33:55)
I don't know if this is caused by the offset library, fibers library or any other combination so I decided to start from here. :)