Searched defs:_Py_SET_OPCODE (Results 1 – 5 of 5) sorted by relevance
32 #define _Py_SET_OPCODE(word, opcode) (((unsigned char *)&(word))[0] = (opcode)) macro