Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dpickle.py71 DEFAULT_PROTOCOL = 4 variable
445 protocol = DEFAULT_PROTOCOL
/external/python/cpython3/Doc/library/
Dpickle.rst198 .. data:: DEFAULT_PROTOCOL
305 If not specified, the default is :data:`DEFAULT_PROTOCOL`. If a negative
/external/python/cpython3/Modules/
D_pickle.c31 DEFAULT_PROTOCOL = 4 enumerator
1148 proto = DEFAULT_PROTOCOL; in _Pickler_SetProtocol()
/external/python/cpython3/Misc/NEWS.d/
D3.8.0a1.rst5259 ``DEFAULT_PROTOCOL`` in :mod:`pickle` was bumped to 4. Protocol 4 is