Message275665
| Author | Martin.Teichmann |
|---|---|
| Recipients | Martin.Teichmann, eric.snow, gvanrossum, ncoghlan, ned.deily |
| Date | 2016-09-10.18:14:18 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1473531259.04.0.0279021810635.issue23722@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
This is the originial patch rebased such that it applies to the current master. As a detail in the discussion: "__classcell__" is not visible during the execution of the class body, as it is added at the end of the class body. In this regard, it is different from "__qualname__", which is set at the beginning of the class body such that it may be changed. The new __classcell__ does show up, however, in the namespace parameter to the __new__ method of the metaclass. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-09-10 18:14:19 | Martin.Teichmann | set | recipients: + Martin.Teichmann, gvanrossum, ncoghlan, ned.deily, eric.snow |
| 2016-09-10 18:14:19 | Martin.Teichmann | set | messageid: <1473531259.04.0.0279021810635.issue23722@psf.upfronthosting.co.za> |
| 2016-09-10 18:14:19 | Martin.Teichmann | link | issue23722 messages |
| 2016-09-10 18:14:18 | Martin.Teichmann | create | |