Files
codeql/python/ql/src/Expressions/CompareConstants.py
2018-11-19 15:10:42 +00:00

7 lines
119 B
Python

#Interoperate with very old versions of Python (pre 2.3)
try:
True
except NameError:
__builtins__.True = 1==1