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
Micro-optimization of TypeInfo.__bool__ (python#5712)
In conjunction with a change that makes mypyc able to directly
generate calls to `__bool__`, this allows us to generate a much more
direct check for truthiness of TypeInfo.
0 commit comments