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 vstinner
Recipients akhramov, koobs, miss-islington, ned.deily, ronaldoussoren, shihai1991, vstinner
Date 2019-08-14.22:38:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1565822317.34.0.15114711095.issue37811@roundup.psfhosted.org>
In-reply-to
Content
Thanks Artem Khramov for the nice analysis of the root issue! And thanks for the fix! The bug is now fixed in 3.7, 3.8 and master branches.

Python 2.7 is not affected: I added sock_call_ex() helper function in Python 3 when I implemeneted the PEP 475 (Retry system calls failing with EINTR).
History
Date User Action Args
2019-08-14 22:38:37vstinnersetrecipients: + vstinner, ronaldoussoren, ned.deily, koobs, miss-islington, shihai1991, akhramov
2019-08-14 22:38:37vstinnersetmessageid: <1565822317.34.0.15114711095.issue37811@roundup.psfhosted.org>
2019-08-14 22:38:37vstinnerlinkissue37811 messages
2019-08-14 22:38:36vstinnercreate