Closed ToBeReplaced closed 1 year ago
Hi @ToBeReplaced
Given the response on https://github.com/python/pythoncapi-compat/pull/45, are you going to finish this PR? Happy to pick it up if you don't have time.
Closing as superseded by #101. Thanks for working on this!
This commit add supports for PEP 585 on Python 3.9+.
This is useful for runtime introspection ( resolves #83 ).
For example, on Python 3.9+:
On Python 3.8-:
This does not affect type checkers, as they do not utilize runtime introspection.
This is immediately useful for applications that would like to use type information for (de)serialization. Examples:
Thank you for your work on this library (and PEP, to boot!).