Files
codeql/python/ql/lib/change-notes/2024-02-28-iterable-unpacking-module-scope.md
Rasmus Wriedt Larsen 8079788a5f Python: Add change-note
2024-02-28 16:44:25 +01:00

131 B

category
category
minorAnalysis
  • Fixed flow for iterable unpacking (a,b = my_tuple) when it occurs on top-level (module) scope.