This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author yselivanov
Recipients Martin.Teichmann, ncoghlan, petr.viktorin, yselivanov
Date 2018-03-29.15:18:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1522336690.63.0.467229070634.issue33179@psf.upfronthosting.co.za>
In-reply-to
Content
> 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 :)
History
Date User Action Args
2018-03-29 15:18:10yselivanovsetrecipients: + yselivanov, ncoghlan, petr.viktorin, Martin.Teichmann
2018-03-29 15:18:10yselivanovsetmessageid: <1522336690.63.0.467229070634.issue33179@psf.upfronthosting.co.za>
2018-03-29 15:18:10yselivanovlinkissue33179 messages
2018-03-29 15:18:10yselivanovcreate