[issue23507] Tuple creation is too slow

Serhiy Storchaka report at bugs.python.org
Sun Dec 18 08:02:51 EST 2016


Serhiy Storchaka added the comment:

Here is rebased patch (just for history). Caching argtuple is not faster (or even slower) than using fast call.

Regression in stack consumption is fixed in issue28858.

Thanks Victor!

----------
resolution:  -> fixed
stage:  -> resolved
status: open -> closed
Added file: http://bugs.python.org/file45953/reuse_argtuples_4.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23507>
_______________________________________


More information about the Python-bugs-list mailing list