Message238992
| 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:00 | Martin.Teichmann | set | recipients: + Martin.Teichmann, ncoghlan |
| 2015-03-23 09:11:00 | Martin.Teichmann | set | messageid: <1427101860.45.0.630838909271.issue23722@psf.upfronthosting.co.za> |
| 2015-03-23 09:11:00 | Martin.Teichmann | link | issue23722 messages |
| 2015-03-23 09:11:00 | Martin.Teichmann | create | |