Message282374
| Author | serhiy.storchaka |
|---|---|
| Recipients | serhiy.storchaka, vstinner |
| Date | 2016-12-04.22:50:13 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1480891813.94.0.54795440575.issue28870@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Following patch I wrote in attempt to decrease a stack consumption of PyObject_CallFunctionObjArgs(), PyObject_CallMethodObjArgs() and _PyObject_CallMethodIdObjArgs(). But it doesn't affect a stack consumption. I still didn't measured what performance effect it has. Seems it makes a code a little cleaner. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-12-04 22:50:13 | serhiy.storchaka | set | recipients: + serhiy.storchaka, vstinner |
| 2016-12-04 22:50:13 | serhiy.storchaka | set | messageid: <1480891813.94.0.54795440575.issue28870@psf.upfronthosting.co.za> |
| 2016-12-04 22:50:13 | serhiy.storchaka | link | issue28870 messages |
| 2016-12-04 22:50:13 | serhiy.storchaka | create | |