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