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 gvanrossum
Recipients BTaskaya, barry, brett.cannon, eric.smith, gvanrossum, levkivskyi, lukasz.langa, vstinner
Date 2020-05-28.14:02:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590674562.17.0.336750371881.issue38605@roundup.psfhosted.org>
In-reply-to
Content
I think in general it is more insightful to discuss the behavior of get_type_hints() given specific things in annotations.

We generally don't write forward refs inside forward refs, like "SomeClass['int']". So maybe that code was wrong? Where did you find it?
History
Date User Action Args
2020-05-28 14:02:42gvanrossumsetrecipients: + gvanrossum, barry, brett.cannon, vstinner, eric.smith, lukasz.langa, levkivskyi, BTaskaya
2020-05-28 14:02:42gvanrossumsetmessageid: <1590674562.17.0.336750371881.issue38605@roundup.psfhosted.org>
2020-05-28 14:02:42gvanrossumlinkissue38605 messages
2020-05-28 14:02:42gvanrossumcreate