Home
last modified time | relevance | path

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

/external/python/cpython2/Lib/
Dpickle.py1256 def load_mark(self): member in Unpickler
1258 dispatch[MARK] = load_mark
/external/python/cpython2/Modules/
DcPickle.c4662 load_mark(Unpicklerobject *self) in load_mark() function
4944 if (load_mark(self) < 0) in load()
5362 if (load_mark(self) < 0) in noload()
/external/python/cpython2/Misc/
DHISTORY9617 Fix accidentally reversed NULL test in load_mark(). Suggested by