Files
codeql/python/ql/lib/change-notes/released/7.1.0.md
2026-05-05 09:34:30 +00:00

490 B

7.1.0

New Features

Minor Analysis Improvements

  • The Python extractor now supports unpacking in comprehensions, e.g. [*x for x in nested] (as defined in PEP-798) that will be part of Python 3.15.