Message282379
| Author | vstinner |
|---|---|
| Recipients | serhiy.storchaka, vstinner |
| Date | 2016-12-04.23:30:50 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1480894250.42.0.0872289522821.issue28870@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
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. |
|
| History | |||
|---|---|---|---|
| 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 | |