[issue25272] asyncio tests are getting noisy

Martin Panter report at bugs.python.org
Fri Nov 27 16:38:23 EST 2015


Martin Panter added the comment:

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)

----------
versions: +Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25272>
_______________________________________


More information about the Python-bugs-list mailing list