Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_pickle.c6271 char *codebytes; /* the nbytes bytes after the opcode */ in load_extension() local
6280 if (_Unpickler_Read(self, &codebytes, nbytes) < 0) in load_extension()
6282 code = calc_binint(codebytes, nbytes); in load_extension()