mirror of
https://github.com/python/cpython.git
synced 2025-09-30 12:21:51 +00:00
[3.9] bpo-42576: Clarify only debug builds are affected in news (GH-23663) (GH-23666)
(cherry picked from commit 6a7fb9d31b
)
Co-authored-by: kj <28750310+Fidget-Spinner@users.noreply.github.com>
Automerge-Triggered-By: GH:gvanrossum
This commit is contained in:
parent
d5c029b1a9
commit
8502d46e36
1 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
||||||
``types.GenericAlias`` will now raise a ``TypeError`` when attempting to
|
``types.GenericAlias`` will now raise a ``TypeError`` when attempting to
|
||||||
initialize with a keyword argument. Previously, this would cause the
|
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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue