Home
last modified time | relevance | path

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

/third_party/python/Python/
Dmarshal.c76 #define WFERR_UNMARSHALLABLE 1 macro
187 (p)->error = WFERR_UNMARSHALLABLE; \
249 p->error = WFERR_UNMARSHALLABLE; in w_PyLong()
274 p->error = WFERR_UNMARSHALLABLE; in w_float_bin()
331 p->error = WFERR_UNMARSHALLABLE; in w_ref()
449 p->error = WFERR_UNMARSHALLABLE; in w_complex_object()
535 p->error = WFERR_UNMARSHALLABLE; in w_complex_object()
544 p->error = WFERR_UNMARSHALLABLE; in w_complex_object()
1602 (wf.error==WFERR_UNMARSHALLABLE)?"unmarshallable object" in PyMarshal_WriteObjectToString()