Message 287224 - Python tracker
Message287224
| Author | vstinner |
|---|---|
| Recipients | methane, serhiy.storchaka, vstinner |
| Date | 2017-02-07.10:16:13 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1486462573.35.0.333532267911.issue29465@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Oh, pyobject_fastcall-3.patch contains a performance bug :-p PyObject_Call() "unpacks" the tuple and then recreates a new tuple to call functions in for functions other than Python and C functions. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-02-07 10:16:13 | vstinner | set | recipients: + vstinner, methane, serhiy.storchaka |
| 2017-02-07 10:16:13 | vstinner | set | messageid: <1486462573.35.0.333532267911.issue29465@psf.upfronthosting.co.za> |
| 2017-02-07 10:16:13 | vstinner | link | issue29465 messages |
| 2017-02-07 10:16:13 | vstinner | create | |