This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:06serhiy.storchakasetrecipients: + serhiy.storchaka, brett.cannon, pitrou, larry
2016-08-03 20:40:05serhiy.storchakasetmessageid: <1470256805.95.0.884303676063.issue27574@psf.upfronthosting.co.za>
2016-08-03 20:40:05serhiy.storchakalinkissue27574 messages
2016-08-03 20:40:05serhiy.storchakacreate