Graham Dumpleton <graham.dumple...@gmail.com> added the comment:

I haven't said I am against it. All I have done so far is explain on the 
WEB-SIG how mod_wsgi works and how Python currently works and how one would 
normally handle this situation by having the thread be daemonised.

As for the proposed solution, where is the code example showing how what you 
are suggesting is meant to work. Right now you are making people assume how 
that would work. Add an actual example here at least of how with the proposed 
feature your code would then look.

For the benefit of those who might even implement what you want, which will not 
be me anyway as I am not involved in Python core development, you might also 
explain where you expect these special per thread atexit callbacks to be 
triggered within the current steps for shutting down the interpreter. That way 
it will be more obvious to those who come later as to what you are actually 
proposing.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue14073>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to