New submission from Martin Panter:

If you compile with “configure --without-threads”, various tests are already 
skipped because they rely on multithreading. However test_typing does not seem 
to handle this. It tries to import “asyncio”, which seems to depend on 
multithreading. I presume it is expected that asyncio requires multithreading, 
so perhaps the affected tests should be skipped in test_typing. Here is my 
attempt to skip them; please review.

----------
components: Tests
files: st-typing.patch
keywords: patch
messages: 279013
nosy: gvanrossum, martin.panter
priority: normal
severity: normal
stage: patch review
status: open
title: test_typing fails if asyncio unavailable
type: behavior
versions: Python 3.5, Python 3.6, Python 3.7
Added file: http://bugs.python.org/file45147/st-typing.patch

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28482>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to