Esempio n. 1
0
 def create_socket(self, family, type):
     dispatcher.create_socket(self, family, type)
     requestCloseOnExec(self.socket)
Esempio n. 2
0
 def create_socket(self, family, type):
     dispatcher.create_socket(self, family, type)
     requestCloseOnExec(self.socket)