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

  /external/python/cpython3/Include/
pystate.h 151 PyObject *builtins_copy; member in struct:_is
  /external/python/cpython3/Python/
pystate.c 138 interp->builtins_copy = NULL;
210 Py_CLEAR(interp->builtins_copy);
    [all...]
import.c 48 interp->builtins_copy = PyDict_Copy(interp->builtins);
49 if (interp->builtins_copy == NULL) {
520 if (PyDict_Update(interp->builtins, interp->builtins_copy))
    [all...]

Completed in 822 milliseconds