Lines Matching refs:parent
348 # its parent (a.k.a the child process).
682 # The fork method by design inherits all fds from the parent,
791 # The fork method by design inherits all fds from the parent,
3205 # We test that a pipe connection can be closed by parent
4089 # not affect signal handling in the parent process.
4098 # same resource_tracker process as its parent.
4111 # resource_tracker process as its parent would make the parent's
4964 # Issue 12098: check sys.flags of child matches that for parent
5013 parent, child = multiprocessing.Pipe(duplex=True)
5019 self.assertEqual(parent.recv(), 123)
5020 parent.close()
5544 """Test all the types which can be shared between a parent and a
5548 In the following unit-tests the base type is created in the parent
5558 # The parent.