]> granicus.if.org Git - python/commit
Close #19466: Clear the frames of daemon threads earlier during the Python
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 12 Nov 2013 15:37:55 +0000 (16:37 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 12 Nov 2013 15:37:55 +0000 (16:37 +0100)
commit45956b9a33af634a2919ade64c1dd223ab2d5235
tree6ce6544601bc17c71eb6cacec9f3e0610847affa
parentc6a140f330178ea8df83fae003ebbccc50b24a2c
Close #19466: Clear the frames of daemon threads earlier during the Python
shutdown to call objects destructors. So "unclosed file" resource warnings are
now corretly emitted for daemon threads.
Lib/test/test_threading.py
Misc/NEWS
Python/pythonrun.c