mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-18 00:56:47 +00:00

From PEP8 (https://peps.python.org/pep-0008/#programming-recommendations): > Comparisons to singletons like None should always be done with is or is not, never the equality operators.