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, eric.smith, gvanrossum, joperez, kj, levkivskyi, lukasz.langa, miss-islington, n_rosenstein
Date 2022-01-07.19:58:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1641585518.48.0.78458313444.issue41370@roundup.psfhosted.org>
In-reply-to
Content
Niklas, can you show a brief example showing the issue you're running into? Is it just that list["Node"].__args__ is just ("Node",), not (ForwardRef("Node"),)? Or is it more complex?
History
Date User Action Args
2022-01-07 19:58:38gvanrossumsetrecipients: + gvanrossum, eric.smith, lukasz.langa, levkivskyi, miss-islington, n_rosenstein, BTaskaya, joperez, kj
2022-01-07 19:58:38gvanrossumsetmessageid: <1641585518.48.0.78458313444.issue41370@roundup.psfhosted.org>
2022-01-07 19:58:38gvanrossumlinkissue41370 messages
2022-01-07 19:58:38gvanrossumcreate