[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 -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 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com