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 serhiy.storchaka
Recipients giampaolo.rodola, gvanrossum, pitrou, serhiy.storchaka, vstinner, yselivanov
Date 2015-11-27.18:33:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448649222.14.0.755060741285.issue25748@psf.upfronthosting.co.za>
In-reply-to
Content
$ ./python -m test.regrtest -uall -R 3:3 test_asyncio
[1/1] test_asyncio
...
.Executing <Task finished coro=<CoroutineTests.test_async_def_wrapped.<locals>.start() done, defined at /home/serhiy/py/cpython-debug/Lib/test/test_asyncio/test_pep492.py:146> result=None created at /home/serhiy/py/cpython-debug/Lib/asyncio/base_events.py:317> took 0.133 seconds
/home/serhiy/py/cpython-debug/Lib/threading.py:864: ResourceWarning: unclosed <socket.socket fd=7, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 37715)>
  self._target(*self._args, **self._kwargs)
returning true from eof_received() has no effect when using ssl
returning true from eof_received() has no effect when using ssl
/home/serhiy/py/cpython-debug/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)
...
1 test OK.

Cited lines are repeated 6 times (for the number of test runs).
History
Date User Action Args
2015-11-27 18:33:42serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, pitrou, vstinner, giampaolo.rodola, yselivanov
2015-11-27 18:33:42serhiy.storchakasetmessageid: <1448649222.14.0.755060741285.issue25748@psf.upfronthosting.co.za>
2015-11-27 18:33:42serhiy.storchakalinkissue25748 messages
2015-11-27 18:33:41serhiy.storchakacreate