Skip to content
  • Michael Matz's avatar
    Fix fallthrough of non-entered stmt expressions · 73c22f83
    Michael Matz authored
    commit ec5d9429 made is to that the nocode_wanted state from
    inside a statement expression is retained after it.  That is wrong
    if the statement expression can't be entered to start with.  In the
    latter case the state from before the stmt-expr is the one we need.
    73c22f83