[issue23889] Speedup inspect.Signature.bind

Yury Selivanov report at bugs.python.org
Wed Apr 8 19:37:50 CEST 2015


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 <report at bugs.python.org>
<http://bugs.python.org/issue23889>
_______________________________________


More information about the Python-bugs-list mailing list