Message282379
What do you think of using alloca() instead of an "PyObject *small_stack[5];" which has a fixed size?
Note: About your patch, try to avoid _PyObject_CallArg1() if you care of the usage of the C stack, see issue #28858. |
|
Date |
User |
Action |
Args |
2016-12-04 23:30:50 | vstinner | set | recipients:
+ vstinner, serhiy.storchaka |
2016-12-04 23:30:50 | vstinner | set | messageid: <1480894250.42.0.0872289522821.issue28870@psf.upfronthosting.co.za> |
2016-12-04 23:30:50 | vstinner | link | issue28870 messages |
2016-12-04 23:30:50 | vstinner | create | |
|