Message296756
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. |
|
Date |
User |
Action |
Args |
2017-06-24 06:53:17 | arigo | set | recipients:
+ arigo, ncoghlan, belopolsky, benjamin.peterson, njs, Mark.Shannon, yselivanov |
2017-06-24 06:53:17 | arigo | set | messageid: <1498287197.56.0.394880176326.issue30744@psf.upfronthosting.co.za> |
2017-06-24 06:53:17 | arigo | link | issue30744 messages |
2017-06-24 06:53:17 | arigo | create | |
|