Files
codeql/python/ql/lib/change-notes/2023-07-07-parameter-default-value-definition-node.md
Rasmus Wriedt Larsen 83ca47f32c Python: Add change-note
2023-07-11 11:33:06 +02:00

5 lines
251 B
Markdown

---
category: minorAnalysis
---
* Parameters with a default value are now considered a `DefinitionNode`. This improvement was motivated by allowing type-tracking and API graphs to follow flow from such a default value to a use by a captured variable.