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 vstinner
Recipients vstinner
Date 2017-08-18.21:42:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1503092546.47.0.171395017879.issue31235@psf.upfronthosting.co.za>
In-reply-to
Content
Sometimes, running test_logging emits such warning:

ResourceWarning: unclosed <socket.socket fd=6, family=AddressFamily.AF_INET, type=536870913, proto=0, laddr=('127.0.0.1', 31191), raddr=('127.0.0.1', 31192)>

I'm not sure where it does come from.

See also bpo-30830 (test_logging leaks dangling threads on FreeBSD).
History
Date User Action Args
2017-08-18 21:42:26vstinnersetrecipients: + vstinner
2017-08-18 21:42:26vstinnersetmessageid: <1503092546.47.0.171395017879.issue31235@psf.upfronthosting.co.za>
2017-08-18 21:42:26vstinnerlinkissue31235 messages
2017-08-18 21:42:26vstinnercreate