Antoine Pitrou <pit...@free.fr> added the comment:

Sorry, I had overlooked the issue with global variables at shutdown.  Though 
that issue only occurs with daemonic threads, since non-daemonic threads are 
joined before global variables are cleared.

In any case, I think the namedtuple / structseq solution is elegant, because we 
can add additional information later (the user must only be careful not to use 
tuple unpacking).

----------

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

Reply via email to