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 christian.heimes
Recipients amacd31, christian.heimes, jakirkham, jan-xyz, matan1008, methane, ronaldoussoren
Date 2021-06-24.08:54:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1624524847.43.0.846046100054.issue42853@roundup.psfhosted.org>
In-reply-to
Content
No, it would be a backwards incompatible change and introduce inconsistent behavior. SSL_read_ex() is not available in LibreSSL, OpenSSL 1.0.2, and OpenSSL 1.1.0. Your code would work on CentOS 8, Debian 10, and Ubuntu 20.04, but break on CentOS 7, Debian 9, Ubuntu 18.04, and OpenBSD.
History
Date User Action Args
2021-06-24 08:54:07christian.heimessetrecipients: + christian.heimes, ronaldoussoren, methane, jakirkham, matan1008, amacd31, jan-xyz
2021-06-24 08:54:07christian.heimessetmessageid: <1624524847.43.0.846046100054.issue42853@roundup.psfhosted.org>
2021-06-24 08:54:07christian.heimeslinkissue42853 messages
2021-06-24 08:54:07christian.heimescreate