You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I thought it'd be active when using a plain python shell, e.g. one gets code completion. But I realized it is done via readline (when compiled against it).
So actually I do not know how to check if it is really working.
I stumbled upon this because our code tries to access the module jedi.access, which is not available in 0.19+
The code is safe though, because the error is just ignored. But we do not have a implementation which works with this version of jedi.
The code sucked up some exceptions, so we could not spot this breakage.
jedi version 0.19.2
The text was updated successfully, but these errors were encountered: