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 michaelahughes
Recipients amaury.forgeotdarc, eric.araujo, flox, mdk, michaelahughes, pitrou
Date 2016-12-01.15:17:53
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <B247D57B-3D07-48D2-80F9-73C45ED2A2E7@gmail.com>
In-reply-to <1480543090.05.0.358368178106.issue10444@psf.upfronthosting.co.za>
Content
Given that this is from five years ago, and I've moved on, I honestly can't say I care too deeply about this.

My use case was for handling threads:
* created by inexperienced python programmers that don't know about daemons
* using third party python scripts that it would be easier not to edit

I feel that my proposed change handles that in a reasonable way, and doesn't complicate the interface for threads terribly. Most users can completely ignore the new method I proposed, and it won't affect them. For those going to look for it, it'll be there.

But again, I'm not even working in Python and no one else has chimed in on this in five years. Does it matter anymore?

- Michael

> On Nov 30, 2016, at 1:58 PM, Julien Palard <report@bugs.python.org> wrote:
> 
> 
> Julien Palard added the comment:
> 
> If nobody has nothing to add on this issue, I think it just should be closed.
> 
> ----------
> 
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue10444>
> _______________________________________
History
Date User Action Args
2016-12-01 15:17:53michaelahughessetrecipients: + michaelahughes, amaury.forgeotdarc, pitrou, eric.araujo, flox, mdk
2016-12-01 15:17:53michaelahugheslinkissue10444 messages
2016-12-01 15:17:53michaelahughescreate