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 erlendaasland, miss-islington, pablogsal, shihai1991, vstinner
Date 2021-06-01.21:39:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1622583562.56.0.032064620464.issue44263@roundup.psfhosted.org>
In-reply-to
Content
I made sure that it's no longer possible to create a type with Py_TPFLAGS_HAVE_GC flag set but with no traverse function (tp_traverse=NULL). I close again the issue.
History
Date User Action Args
2021-06-01 21:39:22vstinnersetrecipients: + vstinner, pablogsal, miss-islington, shihai1991, erlendaasland
2021-06-01 21:39:22vstinnersetmessageid: <1622583562.56.0.032064620464.issue44263@roundup.psfhosted.org>
2021-06-01 21:39:22vstinnerlinkissue44263 messages
2021-06-01 21:39:22vstinnercreate