Searched refs:pickle_module (Results 1 – 1 of 1) sorted by relevance
3068 PyObject* pickle_module = PyImport_ImportModule("pickle"); in CheckAndGetInteger() local3069 if (pickle_module == NULL) { in CheckAndGetInteger()3072 PickleError_class = PyObject_GetAttrString(pickle_module, "PickleError"); in CheckAndGetInteger()3073 Py_DECREF(pickle_module); in CheckAndGetInteger()