[issue35987] Mypy and Asyncio import cannot be skipped

2019-02-13 Thread Samuel GIFFARD
Samuel GIFFARD added the comment: I've created a similar ticket on mypy side: https://github.com/python/mypy/issues/6383 as I'm not sure where this belongs to. -- ___ Python tracker <https://bugs.python.o

[issue35987] Mypy and Asyncio import cannot be skipped

2019-02-13 Thread Samuel GIFFARD
New submission from Samuel GIFFARD : Some modules cannot be found with mypy. And cannot be silenced/skipped by mypy. Have the following 3 files: ## # example1.py from asyncio import BaseEventLoop # Module 'asyncio' has no attribute 'BaseEventLoo