v2.8.4
Pierre-Sassoulas
released this
25 Oct 20:05
·
1445 commits
to main
since this release
-
Fix the
scope()
andframe()
methods ofNamedExpr
nodes.
When these nodes occur inArguments
,Keyword
orComprehension
nodes these
methods now correctly point to the outer-scope of theFunctionDef
,
ClassDef
, orComprehension
. -
Fix the
set_local
function forNamedExpr
nodes.
When these nodes occur inArguments
,Keyword
, orComprehension
nodes these
nodes are now correctly added to the locals of theFunctionDef
,
ClassDef
, orComprehension
.