#7805: wait until all workers are started before collecting their PIDs

This commit is contained in:
Florent Xicluna 2010-03-04 15:58:54 +00:00
parent a36e245deb
commit 3bc5cb7e0d
2 changed files with 10 additions and 2 deletions

View file

@ -179,7 +179,7 @@ class Process(object):
@property
def ident(self):
'''
Return indentifier (PID) of process or `None` if it has yet to start
Return identifier (PID) of process or `None` if it has yet to start
'''
if self is _current_process:
return os.getpid()