GoogleChromeLabs / GoogleChromeLabs/pywebsocket3
CGIHTTPRequestHandler is deprecated in Python 3.13
Open
- Dominant language
- Python
- Stars
- 45
- Forks
- 33
- PR merge metrics
- No merged PRs in 30d
Description
WebSocketRequestHandler inherits from CGIHTTPRequestHandler, which is deprecated as of Python 3.13. See https://github.com/python/cpython/issues/109096
We should stop depending on it before it is removed completely.
As far as I know, the CGI functionality was never widely used. Removing it will be positive from a security standpoint.
Contributor guide
Assessment
This issue has not been assessed yet.