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 martin.panter
Recipients gvanrossum, martin.panter, vstinner, yselivanov
Date 2015-11-27.21:38:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448660303.24.0.702458635824.issue25272@psf.upfronthosting.co.za>
In-reply-to
Content
New messages seen in Issue 25693 and Issue 25748:

/tmp/cpython/Lib/threading.py:864: ResourceWarning: unclosed <socket.socket fd=24, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 58231)>
  self._target(*self._args, **self._kwargs)
. . .
/tmp/cpython/Lib/asyncio/base_events.py:379: ResourceWarning: unclosed event loop <_UnixSelectorEventLoop running=False closed=False debug=False>
  warnings.warn("unclosed event loop %r" % self, ResourceWarning)
History
Date User Action Args
2015-11-27 21:38:23martin.pantersetrecipients: + martin.panter, gvanrossum, vstinner, yselivanov
2015-11-27 21:38:23martin.pantersetmessageid: <1448660303.24.0.702458635824.issue25272@psf.upfronthosting.co.za>
2015-11-27 21:38:23martin.panterlinkissue25272 messages
2015-11-27 21:38:23martin.pantercreate