mirror of
https://github.com/github/codeql.git
synced 2026-07-30 15:05:38 +02:00
We were missing out on `None`, `True`, and `False` as these do not appear as actual attributes of the `builtins` module in Python 3 (because they are elevated to the status of keywords there) The simple solution, then, is to just always include them directly.