This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author thatiparthy
Recipients christian.heimes, sxt1001, thatiparthy, vstinner
Date 2021-07-19.07:46:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1626680808.09.0.260553913315.issue44598@roundup.psfhosted.org>
In-reply-to
Content
ran on 3.9.6 branch with OpenSSL 1.1.1k  25 Mar 2021. I see this warning in the console. Please also see the attached log for full details.


/Users/srini/workspace/consulting/cpython/Lib/test/support/__init__.py:3105: ResourceWarning: unclosed <ssl.SSLSocket fd=7, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 60533), raddr=('127.0.0.1', 60534)>
  del self.thread
ResourceWarning: Enable tracemalloc to get the object allocation traceback
History
Date User Action Args
2021-07-19 07:46:48thatiparthysetrecipients: + thatiparthy, vstinner, christian.heimes, sxt1001
2021-07-19 07:46:48thatiparthysetmessageid: <1626680808.09.0.260553913315.issue44598@roundup.psfhosted.org>
2021-07-19 07:46:48thatiparthylinkissue44598 messages
2021-07-19 07:46:48thatiparthycreate