[issue25806] ResourceWarning in test_tasks

2015-12-05 Thread SilentGhost
SilentGhost added the comment: Indeed it's one of those posted in the msg255490 -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> asyncio tests are getting noisy ___ Python tracker

[issue25806] ResourceWarning in test_tasks

2015-12-05 Thread Martin Panter
Martin Panter added the comment: This could be the same as one of the messages listed in Issue 25272. -- nosy: +martin.panter ___ Python tracker ___ _

[issue25806] ResourceWarning in test_tasks

2015-12-05 Thread SilentGhost
Changes by SilentGhost : -- nosy: +giampaolo.rodola, pitrou ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: htt

[issue25806] ResourceWarning in test_tasks

2015-12-05 Thread SilentGhost
New submission from SilentGhost: When running ./python Lib/test/test_asyncio/test_tasks.py I get a ResourceWarning: Lib/asyncio/base_events.py:379: ResourceWarning: unclosed event loop <_UnixSelectorEventLoop running=False closed=False debug=False> When running using test machinery: ./python