Message264102
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. |
|
| Date |
User |
Action |
Args |
| 2016-04-24 07:37:59 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, rhettinger, vstinner, larry, yselivanov |
| 2016-04-24 07:37:58 | serhiy.storchaka | set | messageid: <[email protected]> |
| 2016-04-24 07:37:58 | serhiy.storchaka | link | issue26814 messages |
| 2016-04-24 07:37:58 | serhiy.storchaka | create | |
|