Home
last modified time | relevance | path

Searched refs:BUILD_STRING (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Include/
Dopcode.h131 #define BUILD_STRING 157 macro
/third_party/python/Misc/NEWS.d/
D3.6.0b1.rst189 Added BUILD_STRING opcode. Optimized f-strings evaluation.
/third_party/python/Doc/library/
Ddis.rst901 .. opcode:: BUILD_STRING (count)
/third_party/python/Python/
Dcompile.c1081 case BUILD_STRING: in stack_effect()
4331 ADDOP_I(c, BUILD_STRING, asdl_seq_LEN(e->v.JoinedStr.values)); in compiler_joined_str()
Dceval.c3137 case TARGET(BUILD_STRING): { in _PyEval_EvalFrameDefault()
/third_party/python/Doc/whatsnew/
D3.6.rst2352 * The new :opcode:`FORMAT_VALUE` and :opcode:`BUILD_STRING` opcodes as part