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 yselivanov
Recipients asvetlov, brett.cannon, larry, ncoghlan, yselivanov
Date 2015-04-08.17:37:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1428514670.65.0.478019521392.issue23889@psf.upfronthosting.co.za>
In-reply-to
Content
Right now the implementation of Signature.bind is very complex, which leads to a subpar performance. The only way to significantly speed it up is to employ code generation and cache (the other way it to rewrite it in C, but that's something I'd like to avoid). I'll upload an initial implementation soon.
History
Date User Action Args
2015-04-08 17:37:50yselivanovsetrecipients: + yselivanov, brett.cannon, ncoghlan, larry, asvetlov
2015-04-08 17:37:50yselivanovsetmessageid: <1428514670.65.0.478019521392.issue23889@psf.upfronthosting.co.za>
2015-04-08 17:37:50yselivanovlinkissue23889 messages
2015-04-08 17:37:50yselivanovcreate