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 ned.deily
Recipients asvetlov, giampaolo.rodola, ned.deily, serhiy.storchaka, yselivanov
Date 2018-06-07.06:58:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1528354716.71.0.592728768989.issue33743@psf.upfronthosting.co.za>
In-reply-to
Content
Any chance we can get this fixed for 3.7.0rc1?

FWIW, as of current 3.7 head (cebd4b009adca6611e92eb337747f59818e941a6), I am also seeing the following warnings (on macOS 10.13):

./bin/python3.7 -m test -w -uall,-largefile -j3 test_asyncio
Run tests in parallel using 3 child processes
running: test_asyncio (30 sec)
0:00:47 load avg: 1.74 [1/1] test_asyncio passed (47 sec)
.../python3.7/test/test_asyncio/test_sslproto.py:602: ResourceWarning: unclosed <ssl.SSLSocket fd=12, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 62863), raddr=('127.0.0.1', 62864)>
  pass
.../python3.7/test/test_asyncio/functional.py:272: ResourceWarning: unclosed <socket.socket fd=13, family=AddressFamily.AF_INET, type=SocketKind.SOCK_STREAM, proto=0, laddr=('127.0.0.1', 62871), raddr=('127.0.0.1', 62872)>
  self._prog(TestSocketWrapper(sock))
.../python3.7/asyncio/sslproto.py:322: ResourceWarning: unclosed transport <asyncio.sslproto._SSLProtocolTransport object at 0x10e092e90>
  source=self)
.../python3.7/test/test_asyncio/test_tasks.py:2612: PendingDeprecationWarning: Task.all_tasks() is deprecated, use asyncio.all_tasks() instead
  self.assertEqual(asyncio.Task.all_tasks(loop), {task})
.../python3.7/test/test_asyncio/test_tasks.py:2612: PendingDeprecationWarning: Task.all_tasks() is deprecated, use asyncio.all_tasks() instead
  self.assertEqual(asyncio.Task.all_tasks(loop), {task})

== Tests result: SUCCESS ==

1 test OK.
History
Date User Action Args
2018-06-07 06:58:36ned.deilysetrecipients: + ned.deily, giampaolo.rodola, asvetlov, serhiy.storchaka, yselivanov
2018-06-07 06:58:36ned.deilysetmessageid: <1528354716.71.0.592728768989.issue33743@psf.upfronthosting.co.za>
2018-06-07 06:58:36ned.deilylinkissue33743 messages
2018-06-07 06:58:36ned.deilycreate