![](https://secure.gravatar.com/avatar/d67ab5d94c2fed8ab6b727b62dc1b213.jpg?s=120&d=mm&r=g)
Nov. 1, 2021
7:26 a.m.
On Mon, Nov 1, 2021 at 5:57 PM Guido van Rossum <guido@python.org> wrote:
Agreed, class namespaces are weird. :-)
Ah yes, I forgot about class namespaces. I was thinking about deliberately wonky namespaces where the ns dict has a __missing__ method or something, but inside a class, "b = b" actually has a very useful meaning :) It still doesn't change the behaviour of the object b though. ChrisA