mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Missing part from r78654
This commit is contained in:
parent
fb190f64b2
commit
b519d23c16
1 changed files with 1 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue