Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge bitcoin#20346: script: modify security-check.py to use "==" ins…
…tead of "is" for literal comparison b6121ed swapped "is" for "==" in literal comparison (Tyler Chambers) Pull request description: In Python 3.8+ literal comparisons using "is" instead of "==" produce a SyntaxWarning [source](https://docs.python.org/3.8/whatsnew/3.8.html#changes-in-python-behavior). I checked the entire devtools directory, this seems to be the only occurrence. This is a small fix, but removes the SyntaxWarning. Fixes: bitcoin#20338 ACKs for top commit: hebasto: re-ACK b6121ed, only squashed since my [previous](bitcoin#20346 (review)) review. practicalswift: re-ACK b6121ed: patch still looks correct theStack: utACK b6121ed Tree-SHA512: 82a43495d6552fbaa3b02b58f0930b049d27aa937fe44b47714e3c059f844cc494de20674557371cbccf24fb8873ecb7376fb965ae326847eed2b855ed2d59c6
- Loading branch information