Skip to content

Commit 7131837

Browse files
committed
Remove stale comment
1 parent 46126b4 commit 7131837

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Modules/_ssl.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2813,9 +2813,6 @@ PySSL_get_session(PySSLSocket *self, void *closure) {
28132813
PySSLSession *pysess;
28142814
SSL_SESSION *session;
28152815

2816-
/* See discussion on https://github.com/python/cpython/pull/123249 and
2817-
* older discussion on https://github.com/openssl/openssl/issues/1550.
2818-
* CPython is NOT doing the right thing here. */
28192816
session = SSL_get1_session(self->ssl);
28202817
if (session == NULL) {
28212818
Py_RETURN_NONE;

0 commit comments

Comments
 (0)