Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gh-116810: fixed memory leak ssl module
PySSL_get_session leaks a session object each time it is called. For programs like cherrypy (cheroot), a leak occurs with each handled web request.
- Loading branch information