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 Gobot1234
Recipients AlexWaygood, Gobot1234, JelleZijlstra, gvanrossum, kj, med2277
Date 2022-02-14.16:59:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1644857955.15.0.849133724302.issue46743@roundup.psfhosted.org>
In-reply-to
Content
> Which classes? Every class that inherits from Generic? That would be problematic -- we don't want the addition of typing information to change the behavior of a construct (or at least as little as possible).

The class itself would remain unchanged, the only thing I propose changing is what happens when you subscript it and then attempt to instantiate it.
History
Date User Action Args
2022-02-14 16:59:15Gobot1234setrecipients: + Gobot1234, gvanrossum, JelleZijlstra, kj, AlexWaygood, med2277
2022-02-14 16:59:15Gobot1234setmessageid: <1644857955.15.0.849133724302.issue46743@roundup.psfhosted.org>
2022-02-14 16:59:15Gobot1234linkissue46743 messages
2022-02-14 16:59:15Gobot1234create