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 corona10, shihai1991, vstinner
Date 2020-04-07.20:41:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1586292107.54.0.669541558685.issue40149@roundup.psfhosted.org>
In-reply-to
Content
> bpo-40149: Implement traverse in _abc._abc_data (GH-19412)

Pablo told me that this change is not correct: the overriden traverse function must call PyType_Type.tp_traverse (parent method).
History
Date User Action Args
2020-04-07 20:41:47vstinnersetrecipients: + vstinner, corona10, shihai1991
2020-04-07 20:41:47vstinnersetmessageid: <1586292107.54.0.669541558685.issue40149@roundup.psfhosted.org>
2020-04-07 20:41:47vstinnerlinkissue40149 messages
2020-04-07 20:41:47vstinnercreate