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 vstinner
Date 2021-01-19.21:56:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611093399.4.0.845878263169.issue42972@roundup.psfhosted.org>
In-reply-to
Content
In June 2020, I create PR 20983 to attempt to automatically traverse the type:
"Provide a default tp_traverse implementation for the base object
type for heap types which have no tp_traverse function. The
traverse function visits the type if the type is a heap type."

I abandoned my PR.

I marked bpo-41036 as a duplicate of this issue.
History
Date User Action Args
2021-01-19 21:56:39vstinnersetrecipients: + vstinner
2021-01-19 21:56:39vstinnersetmessageid: <1611093399.4.0.845878263169.issue42972@roundup.psfhosted.org>
2021-01-19 21:56:39vstinnerlinkissue42972 messages
2021-01-19 21:56:39vstinnercreate