summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2019-06-13-11-59-52.bpo-37266.goLjef.rst
blob: f41918185213cf66b5118c837012b717cd8b2f9c (plain)
1
2
3
4
In a subinterpreter, spawning a daemon thread now raises an exception. Daemon
threads were never supported in subinterpreters. Previously, the subinterpreter
finalization crashed with a Pyton fatal error if a daemon thread was still
running.