Message 285692 - Python tracker
Message285692
| Author | vstinner |
|---|---|
| Recipients | methane, serhiy.storchaka, vstinner |
| Date | 2017-01-18.00:59:35 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1484701175.8.0.00676993961074.issue29296@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Serhiy Storchaka: "Please wait until the support of var-positional arguments be added in Argument Clinic. After that print() could be just converted to Argument Clinic." Why can't we start with METH_FASTCALL and convert to AC later? It seems like print-fastcall.patch will be a major performance enhancement (at least for the very specific bm_telco benchmark), once tp_fastcall field will be added. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2017-01-18 00:59:36 | vstinner | set | recipients: + vstinner, methane, serhiy.storchaka |
| 2017-01-18 00:59:35 | vstinner | set | messageid: <1484701175.8.0.00676993961074.issue29296@psf.upfronthosting.co.za> |
| 2017-01-18 00:59:35 | vstinner | link | issue29296 messages |
| 2017-01-18 00:59:35 | vstinner | create | |