Message286733
> * Create unbound PyCFunction and cache it
Does it mean create a new private type, similar to PyCFunction_Type (PyCFunctionObject) but without the self attribute?
IMHO creating a new type is complex. I'm not sure that it's worth it, especially if the _PyMethodDescr_FastCallKeywords() idea is simpler to implement and "fast enough". |
|
| Date |
User |
Action |
Args |
| 2017-02-02 01:49:33 | vstinner | set | recipients:
+ vstinner, methane, python-dev, yselivanov |
| 2017-02-02 01:49:33 | vstinner | set | messageid: <[email protected]> |
| 2017-02-02 01:49:33 | vstinner | link | issue29263 messages |
| 2017-02-02 01:49:33 | vstinner | create | |
|