This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author levkivskyi
Recipients Paul Pinterits, docs@python, gvanrossum, levkivskyi, matrixise
Date 2018-02-09.17:57:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1518199024.91.0.467229070634.issue32752@psf.upfronthosting.co.za>
In-reply-to
Content
There is a third party library on PyPI called typing_inspect that provides thin wrappers around internal APIs to get lots of useful information about generics and other special types in typing.

If there will be more requests like this, then the most used functions from there might be moved to typing itself. Or is it already enough? (Especially in view of recent typing refactoring that simplified the internal APIs.)
History
Date User Action Args
2018-02-09 17:57:05levkivskyisetrecipients: + levkivskyi, gvanrossum, docs@python, matrixise, Paul Pinterits
2018-02-09 17:57:04levkivskyisetmessageid: <1518199024.91.0.467229070634.issue32752@psf.upfronthosting.co.za>
2018-02-09 17:57:04levkivskyilinkissue32752 messages
2018-02-09 17:57:04levkivskyicreate