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
We use is to compare literals, and we know the code is running on CPython and this is important internal optimizations. Python3.8 roughly emits warnings for any use like this, and we should suppress them.
purescript-prelude.py/python-ffi/Data/Ord.py
Line 22 in 1bf0398
We use
isto compare literals, and we know the code is running on CPython and this is important internal optimizations. Python3.8 roughly emits warnings for any use like this, and we should suppress them.