- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message401213
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 | rhettinger |
|---|---|
| Recipients | petr.viktorin, rhettinger, vstinner |
| Date | 2021-09-07.06:19:33 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1630995573.73.0.901906324389.issue38644@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
This adds cost to our most critical code paths. For example, type_call() will now be slower for every single object instantiation. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-09-07 06:19:33 | rhettinger | set | recipients: + rhettinger, vstinner, petr.viktorin |
| 2021-09-07 06:19:33 | rhettinger | set | messageid: <1630995573.73.0.901906324389.issue38644@roundup.psfhosted.org> |
| 2021-09-07 06:19:33 | rhettinger | link | issue38644 messages |
| 2021-09-07 06:19:33 | rhettinger | create | |

