Armin Rigo added the comment:

A version of the same problem without threads, using generators instead to get 
the bug deterministically.  Prints 1, 1, 1, 1 on CPython and 1, 2, 3, 3 on 
PyPy; in both cases we would rather expect 1, 2, 3, 4.

----------
Added file: http://bugs.python.org/file46972/x.py

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30744>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to