ilevkivskyi / typing_inspect

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

Handle Python 3.9 _SpecialGenericAlias #69

Closed bnavigator closed 3 years ago

bnavigator commented 3 years ago

Another take at #66 which keeps compatibility with older Python versions.

Fixes #60

bnavigator commented 3 years ago

See https://github.com/bnavigator/typing_inspect/runs/2159879881 for a sucessful Travis CI run on Python 3.9 when #68 and #69 are combined.