Xiang Zhang added the comment: Serhiy, I don't understand your patch. You delete the logic about split table and then iterating split table actually fails.
>>> class C: ... pass ... >>> a, b = C(), C() >>> a.a, a.b = 1, 2 >>> list(b.__dict__) ['a', 'b'] >>> Without attributes now b also get entries when iterating. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue28183> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com