Home
last modified time | relevance | path

Searched defs:max_output_len (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Modules/
D_pickle.c625 Py_ssize_t max_output_len; /* Allocation size of output_buffer. */ member
1099 const Py_ssize_t max_output_len = WRITE_BUF_SIZE; in _Pickler_New() local