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 Mark.Shannon
Recipients Mark.Shannon
Date 2022-01-26.09:54:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643190844.82.0.445644160156.issue46532@roundup.psfhosted.org>
In-reply-to
Content
Possibly consider replacing the specializations for `str(arg)` and `tuple(arg)` with a more general bytecode that can be used for other objects as well.
History
Date User Action Args
2022-01-26 09:54:04Mark.Shannonsetrecipients: + Mark.Shannon
2022-01-26 09:54:04Mark.Shannonsetmessageid: <1643190844.82.0.445644160156.issue46532@roundup.psfhosted.org>
2022-01-26 09:54:04Mark.Shannonlinkissue46532 messages
2022-01-26 09:54:04Mark.Shannoncreate