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 vstinner
Recipients pablogsal, vstinner
Date 2021-06-29.14:40:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1624977631.91.0.92981723875.issue44531@roundup.psfhosted.org>
In-reply-to
Content
> How is that going to help third party extensions and subclasses?

It doesn't solve bpo-40142 issue for third party extensions.

About subclasses, I'm not sure if it's safe to call the traverse function if a subclass overrides it and visits its own member which are not in the built-in type (like dict or tuple).
History
Date User Action Args
2021-06-29 14:40:31vstinnersetrecipients: + vstinner, pablogsal
2021-06-29 14:40:31vstinnersetmessageid: <1624977631.91.0.92981723875.issue44531@roundup.psfhosted.org>
2021-06-29 14:40:31vstinnerlinkissue44531 messages
2021-06-29 14:40:31vstinnercreate