-
Removed internal functions
infer_numpy_member
,name_looks_like_numpy_member
, and
attribute_looks_like_numpy_member
fromastroid.brain.brain_numpy_utils
. -
To alleviate circular imports, the
manager
argument toAstroidBuilder()
is now required. -
Constants now have a parent of
nodes.SYNTHETIC_ROOT
. -
Fix crashes with large positive and negative list multipliers.
-
Fix precedence of
path
arg inmodpath_from_file_with_callback
to be higher thansys.path
-
Following a deprecation period, the
future
argument was removed fromstatement()
andframe()
. -
Improve consistency of
JoinedStr
inference by not raisingInferenceError
and
returning eitherUninferable
or a fully resolvedConst
.Closes #2621
-
Fix crash when typing._alias() call is missing arguments.
Closes #2513