GoogleChromeLabs / GoogleChromeLabs/pywebsocket3

`ssl.wrap_socket()` was removed in Python 3.12

Open
#38 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.