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 methane, serhiy.storchaka, vstinner
Date 2017-02-07.15:05:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1486479900.64.0.461659535263.issue29465@psf.upfronthosting.co.za>
In-reply-to
Content
Oh, with pyobject_fastcall-4.patch, the stack usage of test_python_iterator is even better. The reference is 1056 bytes/call,  pyobject_fastcall-2.patch  was 944 bytes/call.

haypo@smithers$ ./python ../default/stack_overflow_28870-sp.py 
test_python_call: 9883 calls before crash, stack: 848 bytes/call
test_python_getitem: 10476 calls before crash, stack: 800 bytes/call
test_python_iterator: 9189 calls before crash, stack: 912 bytes/call

=> total: 29548 calls, 2560 bytes
History
Date User Action Args
2017-02-07 15:05:00vstinnersetrecipients: + vstinner, methane, serhiy.storchaka
2017-02-07 15:05:00vstinnersetmessageid: <1486479900.64.0.461659535263.issue29465@psf.upfronthosting.co.za>
2017-02-07 15:05:00vstinnerlinkissue29465 messages
2017-02-07 15:05:00vstinnercreate