Python: Apply suggestions from code review

Co-authored-by: Taus <tausbn@github.com>
This commit is contained in:
Rasmus Wriedt Larsen
2022-09-05 15:30:22 +02:00
committed by Rasmus Wriedt Larsen
parent d708abfc80
commit 07457b2b5f

View File

@@ -1,4 +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.
* 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.