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 SilentGhost
Recipients SilentGhost, gvanrossum, vstinner, yselivanov
Date 2015-12-05.11:36:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449315362.86.0.102548647326.issue25806@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2015-12-05 11:36:02SilentGhostsetrecipients: + SilentGhost, gvanrossum, vstinner, yselivanov
2015-12-05 11:36:02SilentGhostsetmessageid: <1449315362.86.0.102548647326.issue25806@psf.upfronthosting.co.za>
2015-12-05 11:36:02SilentGhostlinkissue25806 messages
2015-12-05 11:36:02SilentGhostcreate