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 kulikjak
Recipients BTaskaya, Yonatan Goldschmidt, abarbu, alanc, brett3, cgrzemba, gaige, giampaolo.rodola, ijdt.editor, jcea, jclulow, jgardner100, jm650, jomasoftmarcel, jorge.schrauwen, kulikjak, marcheschi, mariuspana, michael.laspina, mimi.vx, olafbohlen, omnios, otis, pablogsal, pfirmsto, predrag.zecevic.1961, rhettinger, robertdfrench, siepkes, tbalbers, terry.reedy, tropikhajma@gmail.com, vstinner, wiedi, yanchii
Date 2020-11-02.11:47:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1604317628.76.0.120286860204.issue42173@roundup.psfhosted.org>
In-reply-to
Content
Thanks Andy, good to know we are seeing the same issue!

We tried to fix sendfile differences in Python code before as well, but as you said, it was never 100% solved. Recently we finally fixed it in C and it was accepted (https://bugs.python.org/issue41687) and backported to 3.9 so you might/should be ok without the patch as well.

CLOCK_THREAD_CPUTIME_ID was issue for us as well but before the patch was accepted upstream, Oracle Solaris implemented it so it was no longer necessary. But the issue is still open https://bugs.python.org/issue35455 and knowing that others will use it, I will dust it off and finish it.

Knowing that Oracle and Illumos are facing the same issues, I am much more confident that our patches won't break Illumos. I will start upstream more of them right away.
History
Date User Action Args
2020-11-02 11:47:08kulikjaksetrecipients: + kulikjak, rhettinger, terry.reedy, jcea, vstinner, giampaolo.rodola, pablogsal, BTaskaya, tropikhajma@gmail.com, gaige, Yonatan Goldschmidt, wiedi, mimi.vx, jclulow, omnios, pfirmsto, alanc, brett3, robertdfrench, jm650, tbalbers, mariuspana, siepkes, cgrzemba, marcheschi, abarbu, predrag.zecevic.1961, jorge.schrauwen, olafbohlen, otis, yanchii, michael.laspina, ijdt.editor, jomasoftmarcel, jgardner100
2020-11-02 11:47:08kulikjaksetmessageid: <1604317628.76.0.120286860204.issue42173@roundup.psfhosted.org>
2020-11-02 11:47:08kulikjaklinkissue42173 messages
2020-11-02 11:47:08kulikjakcreate