Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pythongh-108342: Break ref cycle in SSLSocket._create() exc (python#1…
…08344) Explicitly break a reference cycle when SSLSocket._create() raises an exception. Clear the variable storing the exception, since the exception traceback contains the variables and so creates a reference cycle. This test leak was introduced by the test added for the fix of python#108310.
- Loading branch information