Lines Matching refs:parent
156 created child processes do not share locks with the parent.
1576 PyObject *parent = PyObject_GetAttr(spec, &_Py_ID(parent));
1577 if (parent == NULL) {
1581 equal = PyObject_RichCompareBool(package, parent, Py_EQ);
1582 Py_DECREF(parent);
1588 "__package__ != __spec__.parent", 1) < 0) {
1595 package = PyObject_GetAttr(spec, &_Py_ID(parent));
1601 "__spec__.parent must be a string");
1686 "with no known parent package");