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 AlexWaygood, JelleZijlstra, gvanrossum, kj, matthew.rahtz, mrahtz, serhiy.storchaka
Date 2022-03-20.16:44:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1647794680.18.0.36613104423.issue47006@roundup.psfhosted.org>
In-reply-to
Content
I think I'm with Serhiy, I don't understand the hesitance to transform tuple[*Ts][int, str] into tuple[int, str].

What would be an example of a substitution that's too complex to do?
History
Date User Action Args
2022-03-20 16:44:40gvanrossumsetrecipients: + gvanrossum, serhiy.storchaka, JelleZijlstra, kj, matthew.rahtz, mrahtz, AlexWaygood
2022-03-20 16:44:40gvanrossumsetmessageid: <1647794680.18.0.36613104423.issue47006@roundup.psfhosted.org>
2022-03-20 16:44:40gvanrossumlinkissue47006 messages
2022-03-20 16:44:40gvanrossumcreate