Antoine Pitrou <pit...@free.fr> added the comment:

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())

----------

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

Reply via email to