diff options
author | Eisuke Kawashima <e.kawaschima+github@gmail.com> | 2024-06-26 23:55:15 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-26 15:55:15 +0100 |
commit | fd35a92300a00edaf56ae94176317390677569a4 (patch) | |
tree | 0141101560a5b1acfd7eafce374ca6bdb1a435a8 /lldb/packages/Python/lldbsuite/test/dotest.py | |
parent | 019f525716348578802b02961c328b43f7cad0fb (diff) | |
download | llvm-fd35a92300a00edaf56ae94176317390677569a4.zip llvm-fd35a92300a00edaf56ae94176317390677569a4.tar.gz llvm-fd35a92300a00edaf56ae94176317390677569a4.tar.bz2 |
[lldb] fix(lldb/**.py): fix comparison to True/False (#94039)
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>
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/dotest.py')
0 files changed, 0 insertions, 0 deletions