Home
last modified time | relevance | path

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

/third_party/python/Include/
Dopcode.h113 #define MAKE_FUNCTION 132 macro
/third_party/python/Lib/
Ddis.py26 MAKE_FUNCTION = opmap['MAKE_FUNCTION'] variable
361 elif op == MAKE_FUNCTION:
/third_party/python/Misc/NEWS.d/
D3.6.0a2.rst7 Simplified MAKE_FUNCTION and removed MAKE_CLOSURE opcodes. Patch by Demur
D3.9.0a5.rst919 Changed operand name of **MAKE_FUNCTION** from *argc* to *flags* for module
D3.8.0a1.rst5589 Improved disassembly of the MAKE_FUNCTION instruction.
/third_party/python/Doc/library/
Ddis.rst1186 .. opcode:: MAKE_FUNCTION (flags)
/third_party/python/Python/
Dcompile.c1147 case MAKE_FUNCTION: in stack_effect()
2065 ADDOP_I(c, MAKE_FUNCTION, flags); in compiler_make_closure()
Dceval.c4290 case TARGET(MAKE_FUNCTION): { in _PyEval_EvalFrameDefault()
/third_party/python/Doc/whatsnew/
D3.6.rst2363 The :opcode:`MAKE_FUNCTION`, :opcode:`CALL_FUNCTION`,
D3.10.rst1962 * The ``MAKE_FUNCTION`` instruction now accepts either a dict or a tuple of