mirror of
https://github.com/github/codeql.git
synced 2025-12-22 03:36:30 +01:00
Python: Add change-note
This commit is contained in:
4
python/ql/lib/change-notes/2022-08-25-variable-fix.md
Normal file
4
python/ql/lib/change-notes/2022-08-25-variable-fix.md
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
category: minorAnalysis
|
||||
---
|
||||
* Reads of global/non-local variables (without annotations) inside function defined on classes now works properly in the case where the class had an attribute defined with the same name as the non-local variable.
|
||||
Reference in New Issue
Block a user