This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author dabrahams
Recipients dabrahams
Date 2012-03-11.16:08:04
SpamBayes Score 0.0070121456
Marked as misclassified No
Message-id <1331482085.54.0.430839136837.issue14252@psf.upfronthosting.co.za>
In-reply-to
Content
By the way, the suggested fix would be for terminate() to return a value indicating if the process were already terminated, and not throw an exception in that case.  For a user to handle the issue correctly on Windows is rather a nasty project involving a race between process death and the call to terminate()
History
Date User Action Args
2012-03-11 16:08:05dabrahamssetrecipients: + dabrahams
2012-03-11 16:08:05dabrahamssetmessageid: <1331482085.54.0.430839136837.issue14252@psf.upfronthosting.co.za>
2012-03-11 16:08:04dabrahamslinkissue14252 messages
2012-03-11 16:08:04dabrahamscreate