Files
codeql/python/ql/lib/change-notes/2024-03-01-dict-update-content.md
Rasmus Wriedt Larsen d99a763ef7 Python: add change-note
2024-03-01 15:24:33 +01:00

193 B

category
category
minorAnalysis
  • Fixed missing flow for dictionary updates (d[<key>] = ...) when <key> is a string constant not used in dictionary literals or as name of keyword-argument.