Skip to content
Commit 2b65a71d authored by Raul Tambre's avatar Raul Tambre Committed by David Neto
Browse files

Fix use of 'is' operator for comparison (#2547)

The 'is' operator is not meant to be used for comparisons. It currently working is an implementation detail of CPython.
CPython 3.8 has added a SyntaxWarning for this.
parent 63f57d95
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment