1.1.259
版本发布时间: 2022-07-13 14:18:34
microsoft/pyright最新发布版本:1.1.387(2024-10-30 09:17:48)
Enhancement: Enhanced the reportIncompatibleMethodOverride
check to handle the case where a method is overridden by an overload and one of the overloads matches the base method.
Performance: Improved analysis performance in cases where variables within a loop have mutual dependencies.
Performance: Added performance optimization for a special case that can occur in code without type annotations. It affects "pseudo-generic" classes that are parameterized recursively.
Performance: Improved analysis performance in some cases by caching return types inferred through call-site inference.
Enhancement: Updated typeshed stubs to the latest version, which eliminates support for Python 3.6.
Enhancement: Added support for type narrowing of TypedDict instances based on assignments to a not-required key.