Files
codeql/python/ql/lib/change-notes/2022-08-25-variable-fix.md
Rasmus Wriedt Larsen 07457b2b5f Python: Apply suggestions from code review
Co-authored-by: Taus <tausbn@github.com>
2022-09-06 10:11:37 +02:00

246 B

category
category
minorAnalysis
  • Reads of global/non-local variables (without annotations) inside functions 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.