Message 181761 - Python tracker
Message181761
| Author | pitrou |
|---|---|
| Recipients | ezio.melotti, gvanrossum, pitrou, serhiy.storchaka |
| Date | 2013-02-09.21:00:53 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1360443654.27.0.387493008107.issue17170@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Here is a patch yielding a decent speedup (~ 40%) on PyArg_ParseTuple itself. More generally though, this would be improved by precompiling some of the information (like Argument Clinic does, perhaps). (note: PyArg_ParseTupleAndKeywords is a completely separate implementation...) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2013-02-09 21:00:54 | pitrou | set | recipients: + pitrou, gvanrossum, ezio.melotti, serhiy.storchaka |
| 2013-02-09 21:00:54 | pitrou | set | messageid: <1360443654.27.0.387493008107.issue17170@psf.upfronthosting.co.za> |
| 2013-02-09 21:00:54 | pitrou | link | issue17170 messages |
| 2013-02-09 21:00:54 | pitrou | create | |