- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message402311
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 | pablogsal |
|---|---|
| Recipients | Mark.Shannon, pablogsal |
| Date | 2021-09-21.10:41:59 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1632220919.85.0.309558064668.issue45256@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Removing the usage of the C stack in Python-to-Python calls will allow future optimizations in the eval loop to take place and can yield some speed ups given that we will be removing C function calls and preambles by inlining the callee in the same eval loop as the caller. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-09-21 10:41:59 | pablogsal | set | recipients: + pablogsal, Mark.Shannon |
| 2021-09-21 10:41:59 | pablogsal | set | messageid: <1632220919.85.0.309558064668.issue45256@roundup.psfhosted.org> |
| 2021-09-21 10:41:59 | pablogsal | link | issue45256 messages |
| 2021-09-21 10:41:59 | pablogsal | create | |

