Serhiy Storchaka added the comment:

I'm not sure that the result of pyobjectl_callfunctionobjargs_stacksize() has 
direct relation to stack consumption in test_python_call, test_python_getitem 
and test_python_iterator. Try to measure the stack consumption in these cases. 
This can be done with _testcapi helper that just returns the value of stack 
pointer. Run all three tests with fixed level of recursion and measure the 
difference between stack pointers.

Would be nice also measure a performance effect of the patches.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28870>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to