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 gregory.p.smith
Recipients gregory.p.smith, rnk, ronaldoussoren
Date 2009-08-29.07:15:38
SpamBayes Score 3.3590294e-07
Marked as misclassified No
Message-id <1251530140.59.0.5685574922.issue6800@psf.upfronthosting.co.za>
In-reply-to
Content
There is no OS level API to kill threads.  Python does not kill threads. 

When you exec, your entire process should be replaced by the OS, threads
shouldn't matter they should simply disappear just as the rest of your
process state does.

This is an OS problem.

Most macosx users will only ever use the python that apple feeds them so
I don't see what point working around this in Python would have given
that snow leopard (10.6) appears to fix this.

Feel free to contribute patches with appropriate autoconf magic and
ifdefs surrounding them if you feel otherwise.
History
Date User Action Args
2009-08-29 07:15:40gregory.p.smithsetrecipients: + gregory.p.smith, ronaldoussoren, rnk
2009-08-29 07:15:40gregory.p.smithsetmessageid: <1251530140.59.0.5685574922.issue6800@psf.upfronthosting.co.za>
2009-08-29 07:15:39gregory.p.smithlinkissue6800 messages
2009-08-29 07:15:38gregory.p.smithcreate