New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ResourceWarning in ssl.SSLSocket connected detection #113280
Comments
|
sorry the reproducer is so long, it's extracted from urllib3's test_ssl_failed_fingerprint_verification. The issue is a missing Lines 1030 to 1033 in d71fcde
|
graingert
added a commit
to graingert/cpython
that referenced
this issue
Dec 19, 2023
graingert
added a commit
to graingert/cpython
that referenced
this issue
Dec 19, 2023
|
Thanks for hunting this down! Does it also happen in 3.11? |
|
I can reproduce this on ubuntu in 3.8, 3.9, 3.10 and 3.11 |
serhiy-storchaka
added a commit
to serhiy-storchaka/cpython
that referenced
this issue
Jan 27, 2024
serhiy-storchaka
added a commit
to serhiy-storchaka/cpython
that referenced
this issue
Jan 27, 2024
Co-authored-by: Thomas Grainger <tagrain@gmail.com>
serhiy-storchaka
added a commit
to serhiy-storchaka/cpython
that referenced
this issue
Jan 27, 2024
Co-authored-by: Thomas Grainger <tagrain@gmail.com>
serhiy-storchaka
added a commit
that referenced
this issue
Feb 4, 2024
Co-authored-by: Thomas Grainger <tagrain@gmail.com>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Feb 4, 2024
…thonGH-114659) (cherry picked from commit 0ea3662) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> Co-authored-by: Thomas Grainger <tagrain@gmail.com>
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Feb 4, 2024
…thonGH-114659) (cherry picked from commit 0ea3662) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> Co-authored-by: Thomas Grainger <tagrain@gmail.com>
This was referenced Feb 4, 2024
serhiy-storchaka
added a commit
that referenced
this issue
Feb 4, 2024
serhiy-storchaka
added a commit
that referenced
this issue
Feb 4, 2024
aisk
pushed a commit
to aisk/cpython
that referenced
this issue
Feb 11, 2024
…thonGH-114659) Co-authored-by: Thomas Grainger <tagrain@gmail.com>
fsc-eriker
pushed a commit
to fsc-eriker/cpython
that referenced
this issue
Feb 14, 2024
…thonGH-114659) Co-authored-by: Thomas Grainger <tagrain@gmail.com>
|
I'm still seeing this in 3.12.3, FWIW. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug report
Bug description:
run like this:
certs from here https://github.com/graingert/demo-resource-warning
CPython versions tested on:
3.12
Operating systems tested on:
Linux
Linked PRs
The text was updated successfully, but these errors were encountered: