SSLContext.set_npn_protocols broken in Python 3.10, tries to call non-existing _set_npn_protocols
Open
@tiran is already working on this.
Since Dec 13, 2021.
3.10
build
topic-SSL
- Dominant language
- Python
- Stars
- 77.2k
- Forks
- 36k
- PR merge metrics
- PR metrics pending
Description
| BPO | 46067 |
|---|---|
| Nosy | @tiran, @diabonas |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
assignee = 'https://github.com/tiran'
closed_at = None
created_at = <Date 2021-12-13.17:18:24.853>
labels = ['expert-SSL', 'build', '3.10']
title = 'SSLContext.set_npn_protocols broken in Python 3.10, tries to call non-existing _set_npn_protocols'
updated_at = <Date 2021-12-13.17:18:24.853>
user = 'https://github.com/diabonas'
bugs.python.org fields:
activity = <Date 2021-12-13.17:18:24.853>
actor = 'diabonas'
assignee = 'christian.heimes'
closed = False
closed_date = None
closer = None
components = ['SSL']
creation = <Date 2021-12-13.17:18:24.853>
creator = 'diabonas'
dependencies = []
files = []
hgrepos = []
issue_num = 46067
keywords = []
message_count = 1.0
messages = ['408466']
nosy_count = 2.0
nosy_names = ['christian.heimes', 'diabonas']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'compile error'
url = 'https://bugs.python.org/issue46067'
versions = ['Python 3.10']
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.