blob: 3e6eef183ad5249b42b9980df43e708894185c7a [file]
Most exceptions are now ignored when attempting to set the ``__orig_class__``
attribute on objects returned when calling :mod:`typing` generic aliases
(including generic aliases created using :data:`typing.Annotated`).
Previously only :exc:`AttributeError` was ignored. Patch by Dave Shawley.