Yury Selivanov <[email protected]> added the comment: > Even without context chaining, it seems to me that nesting of class > definitions could be handled by making the context variable a list of cell > objects and having type.__new__ look at the final entry rather than the whole > thing.
Hum, yeah, this might work :) ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue33179> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
