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 pablogsal
Recipients pablogsal, vstinner
Date 2021-06-29.14:44:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1624977843.17.0.0283863756002.issue44531@roundup.psfhosted.org>
In-reply-to
Content
> 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).

Technically the traverse should only call visit on the members, but in practice they can do whatever. I agree is not clear is a safe operation
History
Date User Action Args
2021-06-29 14:44:03pablogsalsetrecipients: + pablogsal, vstinner
2021-06-29 14:44:03pablogsalsetmessageid: <1624977843.17.0.0283863756002.issue44531@roundup.psfhosted.org>
2021-06-29 14:44:03pablogsallinkissue44531 messages
2021-06-29 14:44:03pablogsalcreate