]> granicus.if.org Git - python/commit
avoid crashes and lockups from daemon threads during interpreter shutdown (#1856)
authorBenjamin Peterson <benjamin@python.org>
Tue, 17 Jun 2014 02:39:18 +0000 (19:39 -0700)
committerBenjamin Peterson <benjamin@python.org>
Tue, 17 Jun 2014 02:39:18 +0000 (19:39 -0700)
commitc0bc4eff5093bd4268cb3d02b9dca2fcbe7e59ca
tree9a2ee96173bee1404d002fe5e53c86fd6d2193aa
parent1a6561e2f593143565a6562e7818ea735d2b6790
avoid crashes and lockups from daemon threads during interpreter shutdown (#1856)
Include/pythonrun.h
Lib/test/test_threading.py
Misc/NEWS
Python/ceval.c
Python/pythonrun.c
Python/thread_pthread.h