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 aviramha
Recipients aganders3, aviramha, bar.harel, benjamin.peterson, brandtbucher, bukzor, georg.brandl, jmillikin, levkivskyi, miss-islington, pitrou, rhettinger, serhiy.storchaka
Date 2022-01-14.18:34:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642185245.62.0.824232412994.issue46376@roundup.psfhosted.org>
In-reply-to
Content
I submitted a draft patch. Using TPFlags alone doesn't cut it as some types are excluded (bytes, str, bytearray) in sequence and same for mapping. I'm thinking of checking for those cases specifically as those are very very specific casings. Would love some input.
History
Date User Action Args
2022-01-14 18:34:05aviramhasetrecipients: + aviramha, georg.brandl, rhettinger, pitrou, benjamin.peterson, jmillikin, bukzor, aganders3, serhiy.storchaka, levkivskyi, bar.harel, miss-islington, brandtbucher
2022-01-14 18:34:05aviramhasetmessageid: <1642185245.62.0.824232412994.issue46376@roundup.psfhosted.org>
2022-01-14 18:34:05aviramhalinkissue46376 messages
2022-01-14 18:34:05aviramhacreate