Message 285414 - Python tracker
Message285414
| Author | vstinner |
|---|---|
| Recipients | methane, vstinner, yselivanov |
| Date | 2017-01-13.16:09:52 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1484323792.44.0.217164349535.issue29263@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The issue #29259 implements tp_fastcall on method_descriptor (PyMethodDescr_Type). According to http://bugs.python.org/issue26110#msg283093 it would allow to implement LOAD_METHOD and CALL_METHOD for C functions. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-01-13 16:09:52 | vstinner | set | recipients: + vstinner, methane, yselivanov |
| 2017-01-13 16:09:52 | vstinner | set | messageid: <1484323792.44.0.217164349535.issue29263@psf.upfronthosting.co.za> |
| 2017-01-13 16:09:52 | vstinner | link | issue29263 messages |
| 2017-01-13 16:09:52 | vstinner | create | |