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 pitrou
Recipients amaury.forgeotdarc, pitrou
Date 2008-02-11.00:40:19
SpamBayes Score 0.0045182863
Marked as misclassified No
Message-id <1202690420.61.0.808725841761.issue2015@psf.upfronthosting.co.za>
In-reply-to
Content
Amaury, you may take a look at the patch in issue #1819.
Also, dict lookups have a big overhead compared to raw pointer compares,
I'm not sure naively converting all kwargs handling to dict lookups
would make things faster.
History
Date User Action Args
2008-02-11 00:40:20pitrousetspambayes_score: 0.00451829 -> 0.0045182863
recipients: + pitrou, amaury.forgeotdarc
2008-02-11 00:40:20pitrousetspambayes_score: 0.00451829 -> 0.00451829
messageid: <1202690420.61.0.808725841761.issue2015@psf.upfronthosting.co.za>
2008-02-11 00:40:19pitroulinkissue2015 messages
2008-02-11 00:40:19pitroucreate