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 JelleZijlstra, gvanrossum, kj, levkivskyi
Date 2021-06-22.15:55:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1624377318.41.0.357621764444.issue44490@roundup.psfhosted.org>
In-reply-to
Content
Let's first see whether the type (int | list[T]) is accepted by static checkers.

IMO introspecting unions should be done by looking at __args__, nothing more.
History
Date User Action Args
2021-06-22 15:55:18gvanrossumsetrecipients: + gvanrossum, levkivskyi, JelleZijlstra, kj
2021-06-22 15:55:18gvanrossumsetmessageid: <1624377318.41.0.357621764444.issue44490@roundup.psfhosted.org>
2021-06-22 15:55:18gvanrossumlinkissue44490 messages
2021-06-22 15:55:18gvanrossumcreate