Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_pickle.c4146 const char stop_op = STOP; in dump() local
4161 _Pickler_Write(self, &stop_op, 1) < 0 || in dump()