[New-bugs-announce] [issue25806] ResourceWarning in test_tasks

SilentGhost report at bugs.python.org
Sat Dec 5 06:36:02 EST 2015


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 <report at bugs.python.org>
<http://bugs.python.org/issue25806>
_______________________________________


More information about the New-bugs-announce mailing list