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 xiang.zhang
Recipients Arfrever, pitrou, serhiy.storchaka, xiang.zhang, yselivanov
Date 2016-11-10.13:48:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1478785683.06.0.98241669702.issue24329@psf.upfronthosting.co.za>
In-reply-to
Content
> What about other names set when creating a class? __module__, __class__, __classcell__?

__module__ remains in the class dict so I think it's a class variable.
Will __class__ be set? It's inserted into the function scope.
__classcell__ I think has the same situation with __qualname__.

New patch also adds __classcell__.
History
Date User Action Args
2016-11-10 13:48:03xiang.zhangsetrecipients: + xiang.zhang, pitrou, Arfrever, serhiy.storchaka, yselivanov
2016-11-10 13:48:03xiang.zhangsetmessageid: <1478785683.06.0.98241669702.issue24329@psf.upfronthosting.co.za>
2016-11-10 13:48:03xiang.zhanglinkissue24329 messages
2016-11-10 13:48:03xiang.zhangcreate