mirror of
https://github.com/github/codeql.git
synced 2026-06-15 18:01:10 +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.