STINNER Victor added the comment:

Patch version 2:

* add a fast-path to fastlocals_dict() when total_args==0
* Extract co_varnames assignement out of the loop (it's a constant)
* Cleanup also the code to make it more readable

----------
Added file: http://bugs.python.org/file44187/fastcall_kwargs-2.patch

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

Reply via email to