Message286733
| Author | vstinner |
|---|---|
| Recipients | methane, python-dev, vstinner, yselivanov |
| Date | 2017-02-02.01:49:33 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1486000173.54.0.473485820576.issue29263@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
> * 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". |
|
| History | |||
|---|---|---|---|
| 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: <1486000173.54.0.473485820576.issue29263@psf.upfronthosting.co.za> |
| 2017-02-02 01:49:33 | vstinner | link | issue29263 messages |
| 2017-02-02 01:49:33 | vstinner | create | |