blob: f41918185213cf66b5118c837012b717cd8b2f9c [file] [log] [blame]
Victor Stinner066e5b12019-06-14 18:55:22 +02001In a subinterpreter, spawning a daemon thread now raises an exception. Daemon
2threads were never supported in subinterpreters. Previously, the subinterpreter
3finalization crashed with a Pyton fatal error if a daemon thread was still
4running.