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 serhiy.storchaka, vstinner
Date 2017-01-11.00:05:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484093111.93.0.908854837348.issue29234@psf.upfronthosting.co.za>
In-reply-to
Content
While working on the issue #28870, I noticed that _PyStack_AsTuple() is inlined. Compared to Python 3.5 which didn't have this function, it seems like _PyStack_AsTuple() is responsible for an increase of the stack consumption.
History
Date User Action Args
2017-01-11 00:05:11vstinnersetrecipients: + vstinner, serhiy.storchaka
2017-01-11 00:05:11vstinnersetmessageid: <1484093111.93.0.908854837348.issue29234@psf.upfronthosting.co.za>
2017-01-11 00:05:11vstinnerlinkissue29234 messages
2017-01-11 00:05:11vstinnercreate