This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author arigo
Recipients Mark.Shannon, arigo, belopolsky, benjamin.peterson, ncoghlan, njs, yselivanov
Date 2017-06-24.06:53:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498287197.56.0.394880176326.issue30744@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-06-24 06:53:17arigosetrecipients: + arigo, ncoghlan, belopolsky, benjamin.peterson, njs, Mark.Shannon, yselivanov
2017-06-24 06:53:17arigosetmessageid: <1498287197.56.0.394880176326.issue30744@psf.upfronthosting.co.za>
2017-06-24 06:53:17arigolinkissue30744 messages
2017-06-24 06:53:17arigocreate