[issue6394] getppid support in os module on Windows

Jon Anglin report at bugs.python.org
Thu Jul 2 16:23:08 CEST 2009


Jon Anglin <janglin at fortresgrand.com> added the comment:

I have addressed the issues brought up by Amaury Forgeot d'Arc except 
for the unit test.  I will get a unit test in tommorrow.  Thank you for 
the feedback.  I have uploaded a new diff file Issue6394-2.diff.

- Should I remove the old diff files?

I ran some test with a parent process that had exited.  The code still 
returned the correct parent process id, even though the process does 
not exist.  I am not sure if process ids get recycled, but I am looking 
in to it.

----------
Added file: http://bugs.python.org/file14427/Issue6394-2.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6394>
_______________________________________


More information about the Python-bugs-list mailing list