[issue21985] test_asyncio prints some junk

2014-07-16 Thread STINNER Victor
STINNER Victor added the comment: I fixed last warnings in tests ran in debug mode. I close the issue. -- resolution: -> fixed status: open -> closed ___ Python tracker ___

[issue21985] test_asyncio prints some junk

2014-07-16 Thread STINNER Victor
Changes by STINNER Victor : -- components: +asyncio ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue21985] test_asyncio prints some junk

2014-07-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1ff9ce2204ee by Victor Stinner in branch 'default': Issue #21645, #21985: Remove debug code http://hg.python.org/cpython/rev/1ff9ce2204ee -- nosy: +python-dev ___ Python tracker

[issue21985] test_asyncio prints some junk

2014-07-16 Thread STINNER Victor
STINNER Victor added the comment: "Task was destroyed but it is pending!" messages come from the issue #21163, I know that I have to make these messages quiet and I don't know yet how to fix this. "Read pipe 9 connected: ... " output was specific to the issue #21645. I created a dedicated rep

[issue21985] test_asyncio prints some junk

2014-07-15 Thread Antoine Pitrou
New submission from Antoine Pitrou: It could be nice if it could stay silent (at least in non-verbose mode). [ 24/390] test_asyncio Task was destroyed but it is pending! task: .coro() running at /home/antoine/cpython/default/Lib/test/test_asyncio/test_tasks.py:1862> cb=[gather.._done_callback