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