Skip to content

Commit 8502d46

Browse files
[3.9] bpo-42576: Clarify only debug builds are affected in news (GH-23663) (GH-23666)
(cherry picked from commit 6a7fb9d) Co-authored-by: kj <[email protected]> Automerge-Triggered-By: GH:gvanrossum
1 parent d5c029b commit 8502d46

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
``types.GenericAlias`` will now raise a ``TypeError`` when attempting to
22
initialize with a keyword argument. Previously, this would cause the
3-
interpreter to crash. Patch by Ken Jin.
3+
interpreter to crash if the interpreter was compiled with debug symbols.
4+
This does not affect interpreters compiled for release. Patch by Ken Jin.

0 commit comments

Comments
 (0)