Message271928
| Author | serhiy.storchaka |
|---|---|
| Recipients | brett.cannon, larry, pitrou, serhiy.storchaka |
| Date | 2016-08-03.20:39:45 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1470256805.95.0.884303676063.issue27574@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Updated patch addresses Antoine's comments. All checks of format string are moved into parser_init. I experimented with Antoine's idea about making vgetargskeywords a simple wrapper around vgetargskeywordsfast with one-shot parser, but this slows down parsing positional arguments too much (due to creating Python strings for unused keyword names). |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-08-03 20:40:06 | serhiy.storchaka | set | recipients: + serhiy.storchaka, brett.cannon, pitrou, larry |
| 2016-08-03 20:40:05 | serhiy.storchaka | set | messageid: <1470256805.95.0.884303676063.issue27574@psf.upfronthosting.co.za> |
| 2016-08-03 20:40:05 | serhiy.storchaka | link | issue27574 messages |
| 2016-08-03 20:40:05 | serhiy.storchaka | create | |