pyright/packages
2023-03-24 07:06:08 -06:00
..
pyright Published 1.1.300 2023-03-21 22:46:14 -06:00
pyright-internal Fixed a bug that led to the incorrect evaluation of a symbol imported through a from a.b import c statement if a.b is a non-py.typed library, useLibraryCodeForTypes is false and c was also the name of a submodule of a.b. In this case, the evaluated type of c should be Unknown, but it was incorrectly evaluated as a module type. This addresses https://github.com/microsoft/pyright/issues/4827. 2023-03-24 07:06:08 -06:00
vscode-pyright Published 1.1.300 2023-03-21 22:46:14 -06:00