quora / pyanalyze

A Python type checker
Apache License 2.0
333 stars 36 forks source link

Fix possibly_undefined_name on use of the walrus operator #749

Closed JelleZijlstra closed 6 months ago

JelleZijlstra commented 6 months ago

A suspiciously simple fix but I think it's correct.

Fixes #597