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 ronaldoussoren
Recipients rnk, ronaldoussoren
Date 2009-08-29.04:57:51
SpamBayes Score 0.00020687883
Marked as misclassified No
Message-id <1251521873.74.0.136945203144.issue6800@psf.upfronthosting.co.za>
In-reply-to
Content
The issue with execv seems to be resolved on OSX 10.6, and hence the 
problem will go away by itself in the future.

But until OSX 10.5 and earlier have died of this is a valid issue.

My gut feeling is that I'm -1 on killing all threads in os.execv because 
it is unclear if that is a save thing to do (what if the system starts a 
number of threads in the background, killing one of them might crash your 
application before we get around to killing another one).
History
Date User Action Args
2009-08-29 04:57:54ronaldoussorensetrecipients: + ronaldoussoren, rnk
2009-08-29 04:57:53ronaldoussorensetmessageid: <1251521873.74.0.136945203144.issue6800@psf.upfronthosting.co.za>
2009-08-29 04:57:52ronaldoussorenlinkissue6800 messages
2009-08-29 04:57:51ronaldoussorencreate