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 larry, serhiy.storchaka
Date 2015-04-04.14:24:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428157476.28.0.0922120616231.issue23867@psf.upfronthosting.co.za>
In-reply-to
Content
Proposed patch makes Argument Clinic to inline parsing code for most popular formats in functions with single positional argument. This makes parsing faster.
History
Date User Action Args
2015-04-04 14:24:37serhiy.storchakasetrecipients: + serhiy.storchaka, larry
2015-04-04 14:24:36serhiy.storchakasetmessageid: <1428157476.28.0.0922120616231.issue23867@psf.upfronthosting.co.za>
2015-04-04 14:24:36serhiy.storchakalinkissue23867 messages
2015-04-04 14:24:36serhiy.storchakacreate