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 Martin.Teichmann
Recipients Martin.Teichmann, ncoghlan
Date 2015-03-23.09:11:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1427101860.45.0.630838909271.issue23722@psf.upfronthosting.co.za>
In-reply-to
Content
A note on the implementation:

The compiler leaves a __cell__ entry in the class' namespace, which
is then filled by type.__new__, and removed from the namespace by
the latter. This is the same way it is done for __qualname__.

As the patch tampers with the compiler, when testing the patch
don't forget to remove old .pyc files, otherwise strange things will
happen.
History
Date User Action Args
2015-03-23 09:11:00Martin.Teichmannsetrecipients: + Martin.Teichmann, ncoghlan
2015-03-23 09:11:00Martin.Teichmannsetmessageid: <1427101860.45.0.630838909271.issue23722@psf.upfronthosting.co.za>
2015-03-23 09:11:00Martin.Teichmannlinkissue23722 messages
2015-03-23 09:11:00Martin.Teichmanncreate