New submission from Pablo Galindo Salgado <pablog...@gmail.com>:
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. ---------- messages: 402311 nosy: Mark.Shannon, pablogsal priority: normal severity: normal status: open title: Remove the usage of the cstack in Python to Python calls versions: Python 3.11 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue45256> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com