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
This patch prefers an implicit False comparison in regalloc_trace_worker
rather than just checking if the value is None. This protects against
other values that end up being false and makes us more consistent with
the Google Python style guide.
0 commit comments