GoogleChromeLabs / GoogleChromeLabs/pywebsocket3
`ssl.wrap_socket()` was removed in Python 3.12
Open
- Dominant language
- Python
- Stars
- 45
- Forks
- 33
- PR merge metrics
- No merged PRs in 30d
Description
The `ssl.wrap_socket` function has been deprecated since Python 3.7, and it was finally removed in 3.12. It would be good for pywebsocket3 to migrate to `SSLContext.wrap_socket` instead.
See https://github.com/web-platform-tests/wpt/issues/44427#issuecomment-1937004151 for how this affects WPT.
Contributor guide
Assessment
This issue has not been assessed yet.