Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c598a04 commit 6a7fb9dCopy full SHA for 6a7fb9d
1 file changed
Misc/NEWS.d/next/Core and Builtins/2020-12-05-22-34-47.bpo-42576.lEeEl7.rst
@@ -1,3 +1,4 @@
1
``types.GenericAlias`` will now raise a ``TypeError`` when attempting to
2
initialize with a keyword argument. Previously, this would cause the
3
-interpreter to crash. Patch by Ken Jin.
+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