Message283298
I don't propose to add _testcapi.pyobjectl_callfunctionobjargs_stacksize(). It's just to test the patch. I'm using it with:
$./python -c 'import _testcapi; n=100; print(_testcapi.pyobjectl_callfunctionobjargs_stacksize(n) / (n+1))'
384.0
The value of n has no impact on the stack, it gives the same value with n=0. |
|
| Date |
User |
Action |
Args |
| 2016-12-15 13:34:00 | vstinner | set | recipients:
+ vstinner, python-dev, serhiy.storchaka |
| 2016-12-15 13:34:00 | vstinner | set | messageid: <[email protected]> |
| 2016-12-15 13:33:59 | vstinner | link | issue28870 messages |
| 2016-12-15 13:33:59 | vstinner | create | |
|