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 -m test test_asyncio (I didn't figure out how to run that individual test) everything is fine. ---------- components: Tests, asyncio messages: 255944 nosy: SilentGhost, gvanrossum, haypo, yselivanov priority: normal severity: normal status: open title: ResourceWarning in test_tasks type: behavior versions: Python 3.6 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue25806> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com