[Python-checkins] bpo-42576: Clarify only debug builds are affected in news (GH-23663)

miss-islington webhook-mailer at python.org
Sun Dec 6 11:38:07 EST 2020


https://github.com/python/cpython/commit/6a7fb9d31bce8590e30c44458d1fc1da4539743d
commit: 6a7fb9d31bce8590e30c44458d1fc1da4539743d
branch: master
author: kj <28750310+Fidget-Spinner at users.noreply.github.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2020-12-06T08:37:59-08:00
summary:

bpo-42576: Clarify only debug builds are affected in news (GH-23663)

files:
M Misc/NEWS.d/next/Core and Builtins/2020-12-05-22-34-47.bpo-42576.lEeEl7.rst

diff --git a/Misc/NEWS.d/next/Core and Builtins/2020-12-05-22-34-47.bpo-42576.lEeEl7.rst b/Misc/NEWS.d/next/Core and Builtins/2020-12-05-22-34-47.bpo-42576.lEeEl7.rst
index 7290b47dcc15c..154c9d8a915de 100644
--- a/Misc/NEWS.d/next/Core and Builtins/2020-12-05-22-34-47.bpo-42576.lEeEl7.rst	
+++ b/Misc/NEWS.d/next/Core and Builtins/2020-12-05-22-34-47.bpo-42576.lEeEl7.rst	
@@ -1,3 +1,4 @@
 ``types.GenericAlias`` will now raise a ``TypeError`` when attempting to
 initialize with a keyword argument.  Previously, this would cause the
-interpreter to crash.  Patch by Ken Jin.
+interpreter to crash if the interpreter was compiled with debug symbols.
+This does not affect interpreters compiled for release.  Patch by Ken Jin.



More information about the Python-checkins mailing list