v2.11.4
Pierre-Sassoulas
released this
02 May 12:00
·
1218 commits
to main
since this release
-
Fix
col_offset
attribute for nodes involvingwith
onPyPy
. -
Fixed a crash involving two starred expressions: one inside a comprehension,
both inside a call. -
Made
FunctionDef.implicit_parameters
return 1 for methods by making
FunctionDef.is_bound
returnTrue
, as it does for class methods.Closes pylint-dev/pylint#6464
-
Fixed a crash when
_filter_stmts
encounters anEmptyNode
.Closes pylint-dev/pylint#6438