Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
DcPickle.c109 static PyObject *UnpickleableError; variable
2813 PyErr_SetObject(UnpickleableError, args); in save()
5969 if (!( UnpickleableError = PyErr_NewException( in init_stuff()
5996 UnpickleableError) < 0) in init_stuff()