Message283336
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 |
|
Date |
User |
Action |
Args |
2016-12-15 16:28:33 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, vstinner, python-dev |
2016-12-15 16:28:33 | serhiy.storchaka | set | messageid: <1481819313.92.0.0375266126998.issue28870@psf.upfronthosting.co.za> |
2016-12-15 16:28:33 | serhiy.storchaka | link | issue28870 messages |
2016-12-15 16:28:33 | serhiy.storchaka | create | |
|