[issue26219] implement per-opcode cache in ceval

Yury Selivanov report at bugs.python.org
Wed Feb 3 19:46:02 EST 2016


Yury Selivanov added the comment:

> From the two checks on Python/compile.c:

Stuff done in compile.c is cached in *.pyc files.

The for-loop you saw shouldn't take a lot of time - it iterates through function parameters, which an average function doesn't have more than 3-6.

----------

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


More information about the Python-bugs-list mailing list