-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Closed
Labels
bugmypy got something wrongmypy got something wrong
Description
Bug Report
Mypy segfaults on installation of missing types.
To Reproduce
- mypy project
- mypy --install-types
Expected Behavior
Mypy would install the missing library stubs.
Actual Behavior
Mypy reports segmentation fault with no traceback (even with --tb on).
Your Environment
- Mypy version used: 0.900
- Mypy command-line flags: none
- Mypy configuration options from
mypy.ini
(and other config files):
check_untyped_defs = true
ignore_missing_imports = true
- Python version used: 3.8.6 (pyenv, tox), 3.9.0 (system)
- Operating system and version: Debian
Metadata
Metadata
Assignees
Labels
bugmypy got something wrongmypy got something wrong