Skip to content

Commit 6a7fb9d

Browse files
bpo-42576: Clarify only debug builds are affected in news (GH-23663)
1 parent c598a04 commit 6a7fb9d

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)