mirror of
https://github.com/github/codeql.git
synced 2026-04-28 18:25:24 +02:00
This is _slightly_ wrong, since `exec` isn't a built-in function in Python 2. It should be harmless, however, since `exec` is a keyword, and so cannot be redefined anyway.