Message280505
| 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:03 | xiang.zhang | set | recipients: + xiang.zhang, pitrou, Arfrever, serhiy.storchaka, yselivanov |
| 2016-11-10 13:48:03 | xiang.zhang | set | messageid: <1478785683.06.0.98241669702.issue24329@psf.upfronthosting.co.za> |
| 2016-11-10 13:48:03 | xiang.zhang | link | issue24329 messages |
| 2016-11-10 13:48:03 | xiang.zhang | create | |