[issue27213] Rework CALL_FUNCTION* opcodes

STINNER Victor report at bugs.python.org
Tue Sep 6 18:16:14 EDT 2016


STINNER Victor added the comment:

I uploaded callfunc-6.patch which is supposed to be a rebased version of callfunc5.patch. I made tiny coding style changes.

Python/ceval.c changed a lot since 1 month 1/2, so I'm not 100% sure that the rebase is correct.

Known issues:

* test_traceback and test_extcall fail
* _PyEval_EvalCodeWithName2() should be merged into _PyEval_EvalCodeWithName() to factorize the code

I didn't review the change yet.

----------
Added file: http://bugs.python.org/file44403/callfunc-6.patch

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


More information about the Python-bugs-list mailing list