]> granicus.if.org Git - python/commit
Make kill_python a little more forgiving if it can't obtain a snapshot of module...
authorTrent Nelson <trent.nelson@snakebite.org>
Thu, 3 Apr 2008 20:00:08 +0000 (20:00 +0000)
committerTrent Nelson <trent.nelson@snakebite.org>
Thu, 3 Apr 2008 20:00:08 +0000 (20:00 +0000)
commit2aae1d92ebf442b08efce2bc5d090d70fb92e525
treea1cf1f67410d44b2d9dedd90f37f80ab57dc2a7c
parent8d69c1f95f680debc1f65c209fb4ce6a41cc923f
Make kill_python a little more forgiving if it can't obtain a snapshot of module information for a given python[_d].exe process.  Failing here was too pessimistic; the python[_d].exe process may be owned by another user, which is the case in some buildbot environments.
PCbuild/kill_python.c