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 python-dev, serhiy.storchaka, vstinner, xiang.zhang
Date 2017-01-10.12:15:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484050510.21.0.465998796976.issue28870@psf.upfronthosting.co.za>
In-reply-to
Content
Python 3.5 (revision 8125d9a8152b), before all fastcall changes:

test_python_call: 8314 calls before crash, stack: 1008 bytes/call
test_python_getitem: 7483 calls before crash, stack: 1120 bytes/call
test_python_iterator: 6802 calls before crash, stack: 1232 bytes/call

=> total: 22599 calls, 3360 bytes
History
Date User Action Args
2017-01-10 12:15:10vstinnersetrecipients: + vstinner, python-dev, serhiy.storchaka, xiang.zhang
2017-01-10 12:15:10vstinnersetmessageid: <1484050510.21.0.465998796976.issue28870@psf.upfronthosting.co.za>
2017-01-10 12:15:10vstinnerlinkissue28870 messages
2017-01-10 12:15:10vstinnercreate