Home
last modified time | relevance | path

Searched refs:MAKE_FUNCTION (Results 1 – 7 of 7) sorted by relevance

/third_party/python/Include/
Dopcode.h106 #define MAKE_FUNCTION 132 macro
/third_party/python/Lib/
Ddis.py26 MAKE_FUNCTION = opmap['MAKE_FUNCTION'] variable
358 elif op == MAKE_FUNCTION:
/third_party/python/Doc/library/
Ddis.rst1139 .. opcode:: MAKE_FUNCTION (flags)
/third_party/python/Python/
Dcompile.c1065 case MAKE_FUNCTION: in stack_effect()
1943 ADDOP_I(c, MAKE_FUNCTION, flags); in compiler_make_closure()
Dceval.c3592 case TARGET(MAKE_FUNCTION): { in _PyEval_EvalFrameDefault()
/third_party/python/Doc/whatsnew/
D3.6.rst2363 The :opcode:`MAKE_FUNCTION`, :opcode:`CALL_FUNCTION`,
/third_party/python/Misc/
DNEWS2693 - bpo-39677: Changed operand name of **MAKE_FUNCTION** from *argc* to
9633 - bpo-32970: Improved disassembly of the MAKE_FUNCTION instruction.
19184 - bpo-27095: Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes.