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 christian.heimes, mig28suarez
Date 2020-05-05.15:49:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1588693749.88.0.530297392784.issue40515@roundup.psfhosted.org>
In-reply-to
Content
It not about what I wish or wish not to do.

Python requires thread-safe libraries. A library without proper locking and thread safety is no longer safe to use without great effort and careful locking in the glue code. A non-threaded OpenSSL build will lead to memory corruption and eventually crash the interpreter.
History
Date User Action Args
2020-05-05 15:49:09christian.heimessetrecipients: + christian.heimes, mig28suarez
2020-05-05 15:49:09christian.heimessetmessageid: <1588693749.88.0.530297392784.issue40515@roundup.psfhosted.org>
2020-05-05 15:49:09christian.heimeslinkissue40515 messages
2020-05-05 15:49:09christian.heimescreate