New submission from Yury Selivanov:

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.

----------
assignee: yselivanov
components: Library (Lib)
messages: 240279
nosy: asvetlov, brett.cannon, larry, ncoghlan, yselivanov
priority: normal
severity: normal
status: open
title: Speedup inspect.Signature.bind
versions: Python 3.5

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23889>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to