Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_pickle.c2721 const char unicode_op = UNICODE; in save_unicode() local
2727 if (_Pickler_Write(self, &unicode_op, 1) < 0) { in save_unicode()