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 serhiy.storchaka
Recipients python-dev, serhiy.storchaka, vstinner
Date 2016-12-15.16:28:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1481819313.92.0.0375266126998.issue28870@psf.upfronthosting.co.za>
In-reply-to
Content
I have tested all three patches with the stack_overflow.py script. The only affected are recursive Python implementations of __call__, __getitem__ and __iter__.

                        unpatched   less_stack  alloca      subfunc

test_python_call        9696        9876        9880        9876
test_python_getitem     9884        10264       9880        10688
test_python_iterator    7812        8052        8312        8872
History
Date User Action Args
2016-12-15 16:28:33serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, python-dev
2016-12-15 16:28:33serhiy.storchakasetmessageid: <1481819313.92.0.0375266126998.issue28870@psf.upfronthosting.co.za>
2016-12-15 16:28:33serhiy.storchakalinkissue28870 messages
2016-12-15 16:28:33serhiy.storchakacreate