Searched refs:codebytes (Results 1 – 1 of 1) sorted by relevance
6264 char *codebytes; /* the nbytes bytes after the opcode */ in load_extension() local6273 if (_Unpickler_Read(self, &codebytes, nbytes) < 0) in load_extension()6275 code = calc_binint(codebytes, nbytes); in load_extension()