mirror of
https://github.com/github/codeql.git
synced 2026-07-12 15:05:33 +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.