◐ Shell
clean mode source ↗

Issue 45369: Remove LibreSSL workarounds

Issue45369

Created on 2021-10-05 04:56 by ramikg, last changed 2022-04-11 14:59 by admin.

Pull Requests
URL Status Linked Edit
PR 28728 open ramikg, 2021-10-05 04:57
Messages (1)
msg403193 - (view) Author: (ramikg) * Date: 2021-10-05 04:56
Python 3.10 drops support for LibreSSL (as per PEP 644), but there are still a few workarounds & mentions of LibreSSL in the source code.

The related PR cleans the code of any LibreSSL workarounds or mentions.
History
Date User Action Args
2022-04-11 14:59:50adminsetgithub: 89532
2021-10-05 08:45:15christian.heimessettitle: Remove LibreSSL support -> Remove LibreSSL workarounds
versions: + Python 3.10
2021-10-05 04:57:59ramikgsetkeywords: + patch
stage: patch review
pull_requests: + pull_request27075
2021-10-05 04:56:22ramikgcreate