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.
|