Closed thomaswar closed 1 year ago
Hello @thomaswar,
did you hit this issue or is this provisional?
Did UserDict
semantics change with the latest Python verison?
Hello @c00kiemon5ter,
I hit this issue with a custom modification that needs to serialize and unserialize the state to implement some special flows and thus tampers with data.
I think that particular code is just not reached otherwise yet. I am sure accessing self.data this way should have always ended with a maximum recursion error. I am not aware of any history of UserDict that would have diverted this access to super() by itself.
I don't seem to be able to trigger this, but I think it's good in any case.
Fix to prevent endless loop when
self.data
callsself.__getattr__
All Submissions: