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
2797 PyErr_SetObject(UnpickleableError, args); in save()
5983 if (!( UnpickleableError = PyErr_NewException( in init_stuff()
6010 UnpickleableError) < 0) in init_stuff()