Message 263926 - Python tracker
Message263926
| Author | serhiy.storchaka |
|---|---|
| Recipients | larry, rhettinger, serhiy.storchaka, vstinner, yselivanov |
| Date | 2016-04-21.17:04:53 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1461258294.02.0.780013432841.issue26814@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
PyObject_Call*() implementations with _PyObject_FastCall() look much more complex than with PyObject_Call() (even not counting additional complex functions in modsupport.c). And I'm not sure there is a benefit. May be for first stage we can do without this. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-04-21 17:04:54 | serhiy.storchaka | set | recipients: + serhiy.storchaka, rhettinger, vstinner, larry, yselivanov |
| 2016-04-21 17:04:54 | serhiy.storchaka | set | messageid: <1461258294.02.0.780013432841.issue26814@psf.upfronthosting.co.za> |
| 2016-04-21 17:04:54 | serhiy.storchaka | link | issue26814 messages |
| 2016-04-21 17:04:53 | serhiy.storchaka | create | |