Message 399388 - Python tracker
Message399388
| Author | kj |
|---|---|
| Recipients | kj |
| Date | 2021-08-11.12:43:20 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1628685800.71.0.329647990646.issue44889@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Possible specializations: - LOAD_METHOD_CACHED Cache the method. We only need to check that type(o) and o.__dict__ was not modified. - LOAD_METHOD_CLASS For classmethods. Less speedup expected. - LOAD_METHOD_MODULE For module methods. Uncommon (<10%). Please see https://github.com/faster-cpython/ideas/issues/81 for more details. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-08-11 12:43:20 | kj | set | recipients: + kj |
| 2021-08-11 12:43:20 | kj | set | messageid: <1628685800.71.0.329647990646.issue44889@roundup.psfhosted.org> |
| 2021-08-11 12:43:20 | kj | link | issue44889 messages |
| 2021-08-11 12:43:20 | kj | create | |