Files
codeql/python
Taus 4a5d37815f Python: Add BasicBlockOrdering test
This one demonstrates a bug in the current CFG. In a dictionary
comprehension `{k: v for k, v in d.items()}`, we evaluate the value
before the key, which is incorrect. (A fix for this bug has been
implemented in a separate PR.)
2026-04-28 14:12:23 +00:00
..
2022-10-13 11:21:09 -04:00
2026-04-28 14:12:23 +00:00
2025-02-20 19:31:00 +00:00