[issue19635] asyncio should not depend on concurrent.futures, it is not always available

STINNER Victor report at bugs.python.org
Fri Dec 13 00:50:54 CET 2013


STINNER Victor added the comment:

@Guido: If you write "issue #xxx" in your commit message, the changeset will be mentionned in the related issue.

---
changeset:   87237:0031ac40806a
user:        Guido van Rossum <guido at dropbox.com>
date:        Sun Nov 17 17:00:21 2013 -0800
files:       Lib/test/test_asyncio/__init__.py
description:
Skip test_asyncio if concurrent.futures can't be imported. Hopeful fix for issue 19645.
---

The changeset fixed the issue: the test is now skipped on "x86 FreeBSD 6.4 3.x" buildbot.

----------
resolution:  -> fixed
status: open -> closed

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19635>
_______________________________________


More information about the Python-bugs-list mailing list