-
-
Notifications
You must be signed in to change notification settings - Fork 709
Open
Description
#31648 disabled jedi by default. This ticket reenables it.
- Make LazyImport get __module__ without resolution #31656 proposes to let
LazyImportfake the attribute__module__. That would solve the problem mentioned in tab-completion sometimes access attributes #31643 that jedi completion triggers the lazy import. However it is still unclear why jedi access the__module__attribute when performing a tab-completion.
Depends on #31280
Depends on #31650
Component: user interface
Issue created by migration from https://trac.sagemath.org/ticket/31649