commit | ec7622246666ff12b4643ecd04a091a8f7140aaf | [log] [tgz] |
---|---|---|
author | Eisuke Kawashima <e.kawaschima+github@gmail.com> | Tue Jul 16 23:17:42 2024 +0900 |
committer | Copybara-Service <copybara-worker@google.com> | Tue Jul 16 07:20:02 2024 -0700 |
tree | 445a21e797c8d29413405e4cb33f983ade655ad1 | |
parent | d451e4219b201bd9cb5f07f242f32bf463780a0e [diff] |
[OpenMP] Fix comparison to True/False in openmp/**.py (#94041) 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. Co-authored-by: Eisuke Kawashima <e-kwsm@users.noreply.github.com> GitOrigin-RevId: 11a9ab125737e4b43a98073ccf238cef9c8501b9