You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 14, 2022. It is now read-only.
Fixes#442.
Replaces #429, which only masks the underlying True/False bug in #391.
I also removed the hack in #336 which checked for `ConstantExpression`.
Something like this warns about use-before-def on
None
:None
needs to be added early likeTrue
andFalse
, as per comments in #429.Making a separate issue from #391 to better distinguish the two separate bugs.
The text was updated successfully, but these errors were encountered: