Message272979
| Author | serhiy.storchaka |
|---|---|
| Recipients | brett.cannon, gregory.p.smith, larry, pitrou, python-dev, rhettinger, serhiy.storchaka, vstinner |
| Date | 2016-08-17.18:18:16 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1471457896.16.0.177375468506.issue27574@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I left this issue open for three reasons. 1. I had ideas and almost finished patch for different optimization. Unfortunately my hope was not justified, new implementation is slower. If I fail to fix it in few days, I'll close the issue. 2. For bikeshedding in case somebody want to suggest different names or interface. 3. I was going to convert most occurrences of PyArg_ParseTupleAndKeywords() to Argument Clinic for achieving larger effect of this optimization. But this patch was larger than I expected. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-08-17 18:18:16 | serhiy.storchaka | set | recipients: + serhiy.storchaka, brett.cannon, rhettinger, gregory.p.smith, pitrou, vstinner, larry, python-dev |
| 2016-08-17 18:18:16 | serhiy.storchaka | set | messageid: <1471457896.16.0.177375468506.issue27574@psf.upfronthosting.co.za> |
| 2016-08-17 18:18:16 | serhiy.storchaka | link | issue27574 messages |
| 2016-08-17 18:18:16 | serhiy.storchaka | create | |