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 vstinner
Recipients corona10, methane, pablogsal, vstinner
Date 2022-02-02.10:04:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643796289.36.0.539892675621.issue46600@roundup.psfhosted.org>
In-reply-to
Content
> For example, see _Py_abspath

For functions which are commonly called in Python at runtime, it may be worth it to manually merged large local variables to save a few bytes on the stack when Python is built with -O0. For _Py_abspath(), this function is only called at startup, if I recall correctly, so it should be a big issue in practice.
History
Date User Action Args
2022-02-02 10:04:49vstinnersetrecipients: + vstinner, methane, corona10, pablogsal
2022-02-02 10:04:49vstinnersetmessageid: <1643796289.36.0.539892675621.issue46600@roundup.psfhosted.org>
2022-02-02 10:04:49vstinnerlinkissue46600 messages
2022-02-02 10:04:49vstinnercreate