Message282374
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. |
|
| 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: <[email protected]> |
| 2016-12-04 22:50:13 | serhiy.storchaka | link | issue28870 messages |
| 2016-12-04 22:50:13 | serhiy.storchaka | create | |
|