]> git.ipfire.org Git - thirdparty/glibc.git/commit
treewide: python-scripts: use `is None` for none-equality
authorKonstantin Kharlamov <Hi-Angel@yandex.ru>
Sun, 18 Feb 2024 20:02:34 +0000 (23:02 +0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Fri, 23 Feb 2024 11:50:00 +0000 (08:50 -0300)
commitfe00366b63c5cf1a84864647ec4e15721c04ebcf
tree988a87d8f7d10f98071df3dabbb6587f18bb96a6
parent1e9a550ba41a5453c6578bb748fe2223a87e3024
treewide: python-scripts: use `is None` for none-equality

Testing for `None`-ness with `==` operator is frowned upon and causes
warnings in at least "LGTM" python linter. Fix that.

Signed-off-by: Konstantin Kharlamov <Hi-Angel@yandex.ru>
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
math/gen-tgmath-tests.py
nptl/nptl-printers.py