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 pitrou
Recipients coells, davin, pitrou
Date 2018-09-25.20:05:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537905908.91.0.545547206417.issue34781@psf.upfronthosting.co.za>
In-reply-to
Content
I couldn't reproduce with Python 3.6.5 on Ubuntu 18.04.

Does it happen if you reduce logging?  Or if you replace f() with:

def f(i):
    os.write(1, "{}\n".format(i).encode())
History
Date User Action Args
2018-09-25 20:05:08pitrousetrecipients: + pitrou, davin, coells
2018-09-25 20:05:08pitrousetmessageid: <1537905908.91.0.545547206417.issue34781@psf.upfronthosting.co.za>
2018-09-25 20:05:08pitroulinkissue34781 messages
2018-09-25 20:05:08pitroucreate