Files
codeql/python/ql/test/query-tests/Expressions/eq/NonPortableComparisonUsingIs.expected
2018-11-19 15:15:54 +00:00

3 lines
266 B
Plaintext

| expressions_test.py:51:4:51:11 | Compare | The result of this comparison with 'is' may differ between implementations of Python. |
| expressions_test.py:56:4:56:16 | Compare | The result of this comparison with 'is' may differ between implementations of Python. |