Searched refs:load_mark (Results 1 – 6 of 6) sorted by relevance
1256 def load_mark(self): member in Unpickler1258 dispatch[MARK] = load_mark
1735 def load_mark(self): member in _Unpickler1739 dispatch[MARK[0]] = load_mark
4648 load_mark(Unpicklerobject *self) in load_mark() function4930 if (load_mark(self) < 0) in load()5348 if (load_mark(self) < 0) in noload()
6795 load_mark(UnpicklerObject *self) in load_mark() function6970 OP(MARK, load_mark) in load()
9617 Fix accidentally reversed NULL test in load_mark(). Suggested by
26996 Fix accidentally reversed NULL test in load_mark(). Suggested by