Message111966
| Author | georg.brandl |
|---|---|
| Recipients | andrea.corbellini, belopolsky, georg.brandl, kristjan.jonsson, pitrou, ysj.ray |
| Date | 2010-07-29.16:57:54 |
| SpamBayes Score | 0.033846192 |
| Marked as misclassified | No |
| Message-id | <1280422676.21.0.649697037819.issue9417@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
This is not so easy: the __mro__ tuple, as its name says, is used internally for method resolution, or finding attributes on the type's bases. __objclass__ is used whenever the descriptor is accessed. These operations are involved in every method call. If you want this to go somewhere, you will have to produce a patch and demonstrate that the slowdown does not unsuitably impact performance. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-07-29 16:57:56 | georg.brandl | set | recipients: + georg.brandl, belopolsky, pitrou, kristjan.jonsson, andrea.corbellini, ysj.ray |
| 2010-07-29 16:57:56 | georg.brandl | set | messageid: <1280422676.21.0.649697037819.issue9417@psf.upfronthosting.co.za> |
| 2010-07-29 16:57:54 | georg.brandl | link | issue9417 messages |
| 2010-07-29 16:57:54 | georg.brandl | create | |