Serhiy Storchaka added the comment:

I think you can simplify the patch by dropping keyword arguments support from 
fastcall. Then you can decrease _PyStack_SIZE to 4 (larger size will serve only 
1.7% of calls), and may be refactor a code since an array of 4 pointers 
consumes less C stack than an array of 10 pointers.

----------

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

Reply via email to