Bug Fix: Fixed type completions for TypedDict classes when TypedDict is imported from typings (versus typing_extensions).
Bug Fix: Fixed bug that affected proper type evaluation for CTypes like c_uint64.
Bug Fix: Changed server to create service on demand, when a file is opened that doesn't match any existing workspace.
Bug Fix: Fixed bug that caused list[x] and List[x] not to be combined into the same union type.
Bug Fix: Added support for proper type inference for assignments that target lists (e.g. [a, b] = [1, 2]
).
Enhancement: Added missing methods and attribute to memoryview class in builtins.pyi.