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 Richard Eames, iritkatriel, vstinner
Date 2020-11-25.00:05:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606262752.43.0.386197372521.issue28913@roundup.psfhosted.org>
In-reply-to
Content
> This appears to happen in 3.5, and not in 3.6 so perhaps whatever fix was applied to 3.6 can be backported to 3.5 so that it doesn't core dump?

I removed the stack usage for function calls in Python 3.6. See the "Stack consumption" section of:
https://vstinner.github.io/contrib-cpython-2017q1.html

> Hi Richard, 3.5 is no longer maintained. Does this issue exist in current (>= 3.8) versions?

He wrote that 3.6 is not affected. 3.5 no longer accept bugfixes, so I close the issue as out of date.
History
Date User Action Args
2020-11-25 00:05:52vstinnersetrecipients: + vstinner, Richard Eames, iritkatriel
2020-11-25 00:05:52vstinnersetmessageid: <1606262752.43.0.386197372521.issue28913@roundup.psfhosted.org>
2020-11-25 00:05:52vstinnerlinkissue28913 messages
2020-11-25 00:05:51vstinnercreate