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 ajaksu2, bsilverthorn, iritkatriel, pitrou, vstinner
Date 2021-06-29.01:32:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1624930347.64.0.162128257945.issue1662@roundup.psfhosted.org>
In-reply-to
Content
> tp_traverse is optional, so we should not add this assertion.

It is required by types implementing the GC protocol. This assumption is non-obvious and was not documented. The documentation was completed in bpo-44263 by commit 8b55bc3f93a655bc803bff79725d5fe3f124e2f0.
History
Date User Action Args
2021-06-29 01:32:27vstinnersetrecipients: + vstinner, pitrou, ajaksu2, bsilverthorn, iritkatriel
2021-06-29 01:32:27vstinnersetmessageid: <1624930347.64.0.162128257945.issue1662@roundup.psfhosted.org>
2021-06-29 01:32:27vstinnerlinkissue1662 messages
2021-06-29 01:32:27vstinnercreate