News

Here is an example that causes Pylint to crash because Astroid raises an unexpected error: import dataclasses from typing import TypeVar, Protocol BaseT = TypeVar("BaseT") T = TypeVar("T", bound=Ba ...
Steps to reproduce tox -e py37 Current behavior 2 failed tests Expected behavior all test pass python -c "from astroid import __pkginfo__; print(__pkginfo__.version)" output 2.0.0.dev Full log ...