Alistair Buxton <a.j.bux...@gmail.com> added the comment:

I found this while chatting on IRC about the implementation details of objects 
- specifically, since objects have a dict of attributes, and dict subclasses 
object, it seems like every dict will have another dict inside it. (Eventually 
someone explained that base object() doesn't have any state at all, as a result 
dict doesn't have a dict of attributes, and there is no cycle.)

Anyway, as I was trying to explain my question to the other users, I had 
intended to post this snippet and ask "why doesn't this crash python?" 
Ironically it turned out that it does crash python.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33930>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to