Python: Add change-note

This commit is contained in:
Rasmus Wriedt Larsen
2022-08-25 13:11:48 +02:00
parent e979dffc08
commit c9cd809ef2

View 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.