ilevkivskyi / typing_inspect

Runtime inspection utilities for Python typing module
MIT License
349 stars 35 forks source link

Support PEP 604 unions, types.UnionType #83

Closed antonagestam closed 2 years ago

antonagestam commented 2 years ago

Hi 👋

This PR adds support for PEP 604 unions, that is unions that yield a types.UnionType object.

ermakov-oleg commented 2 years ago

Hi! @ilevkivskyi Are there any plans to support PEP 604? Is there anything stopping us from adding it?

antonagestam commented 2 years ago

No worries, thanks for merging! 🥳