commit | a00c3a5370980144d7cf1225d7858e046526c54d | [log] [tgz] |
---|---|---|
author | Eisuke Kawashima <e.kawaschima+github@gmail.com> | Mon Jan 13 21:00:35 2025 +0900 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Jan 13 04:05:54 2025 -0800 |
tree | b869a14f0223afbd58fc49861ef0be98f46b4dc6 | |
parent | d14b66859715cd1f441726b4d042c2a52439a18d [diff] |
[Polly] Use "is" instead of "==" to check for None (#94021) 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. GitOrigin-RevId: b605dab7a8352158ee0d399b8c3433f9a8b495a3