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 225856e commit 8774f50Copy full SHA for 8774f50
Misc/NEWS.d/next/Library/2024-02-09-07-20-16.gh-issue-115165.yfJLXA.rst
@@ -1,4 +1,4 @@
1
Most exceptions are now ignored when attempting to set the ``__orig_class__``
2
attribute on objects returned when calling :mod:`typing` generic aliases
3
(including generic aliases created using :data:`typing.Annotated`).
4
-Previously only :exc:`AttributeError`` was ignored. Patch by Dave Shawley.
+Previously only :exc:`AttributeError` was ignored. Patch by Dave Shawley.
0 commit comments