diff options
author | Victor Stinner <vstinner@redhat.com> | 2019-07-04 16:30:19 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-04 16:30:19 (GMT) |
commit | b4e68960b90627422325fdb75f463df1e4153c6e (patch) | |
tree | d87cc3f0f7ffd8920f251e76a536bc4ed441dd45 /Doc/whatsnew | |
parent | 7f41c8e0dd237d1f3f0a1d2ba2f3ee4e4bd400a7 (diff) | |
download | cpython-b4e68960b90627422325fdb75f463df1e4153c6e.zip cpython-b4e68960b90627422325fdb75f463df1e4153c6e.tar.gz cpython-b4e68960b90627422325fdb75f463df1e4153c6e.tar.bz2 |
bpo-37266: Add bpo number to the What's New entry (GH614584)
To get more info about this change.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.9.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.9.rst b/Doc/whatsnew/3.9.rst index 43567b9..85e254f 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 ------ |