-
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
.