From d31f146c708776ee716ba8abad67b8c39b161d3a Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Thu, 4 Jul 2019 12:20:36 +0200 Subject: [PATCH] bpo-37266: Add bpo number to the What's New entry To get more info about this change. --- Doc/whatsnew/3.9.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/whatsnew/3.9.rst b/Doc/whatsnew/3.9.rst index 43567b9b4ceab91..85e254f061eb9af 100644 --- a/Doc/whatsnew/3.9.rst +++ b/Doc/whatsnew/3.9.rst @@ -110,6 +110,7 @@ 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 Python fatal error if a daemon thread was still running. +(Contributed by Victor Stinner in :issue:`37266`.) pprint ------