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
In before get_distribution was run in the same scope as the import of
pkg_resources, but in the parent scope of the function
DistributionNotFound was used in the exception handler, leading to the
effect that on a failed import an undefined symbol was part of the ast.
Improve the handling by handing DistributionNotFound in the correct
inner scope, while handling ImportError of the outer one
Signed-off-by: Konrad Weihmann <[email protected]>
0 commit comments