HomeSort by relevance Sort by last modified time
    Searched refs:extension_registry (Results 1 - 4 of 4) sorted by null

  /external/python/cpython3/Modules/
_pickle.c 135 PyObject *extension_registry; member in struct:__anon33343
187 Py_CLEAR(st->extension_registry);
229 st->extension_registry = \
231 if (!st->extension_registry)
233 if (!PyDict_CheckExact(st->extension_registry)) {
236 "not %.200s", Py_TYPE(st->extension_registry)->tp_name);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
cPickle.c 121 static PyObject *extension_registry; variable
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
cPickle.c 121 static PyObject *extension_registry; variable
    [all...]
  /external/python/cpython2/Modules/
cPickle.c 121 static PyObject *extension_registry; variable
    [all...]

Completed in 202 milliseconds