- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message399903
This issue tracker has been migrated to GitHub,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
| Author | Mark.Shannon |
|---|---|
| Recipients | Antony.Lee, Dennis Sweeney, Mark.Shannon |
| Date | 2021-08-19.10:07:46 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1629367667.02.0.172186730802.issue44850@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
If the problem is that methodcaller is not faster than a lambda, then why not use a lambda? Lambdas are just Python functions and calling them will get faster. We aren't going to spend time optimizing calls to methodcaller, so you might as well use a lambda. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-08-19 10:07:47 | Mark.Shannon | set | recipients: + Mark.Shannon, Antony.Lee, Dennis Sweeney |
| 2021-08-19 10:07:47 | Mark.Shannon | set | messageid: <1629367667.02.0.172186730802.issue44850@roundup.psfhosted.org> |
| 2021-08-19 10:07:47 | Mark.Shannon | link | issue44850 messages |
| 2021-08-19 10:07:46 | Mark.Shannon | create | |

