STINNER Victor added the comment:

Hum, interesting, created_by_this_process was already removed from Python 2.7 
in bpo-4106:

commit 77657e40fa5f43fe6f7ffb6e32da4613dba657e1
Author: Antoine Pitrou <solip...@pitrou.net>
Date:   Wed Aug 24 22:41:05 2011 +0200

    Issue #4106: Fix occasional exceptions printed out by multiprocessing on 
interpreter shutdown.
    
    This bug doesn't seem to exist on 3.2, where daemon threads are killed
    before Py_Finalize() is entered.

----------

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

Reply via email to