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 corona10, pablogsal, serhiy.storchaka, shihai1991, tim.peters, vstinner
Date 2020-04-07.17:41:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1586281288.12.0.877372072663.issue40217@roundup.psfhosted.org>
In-reply-to
Content
Hummm, I think we may just be missing a Py_VISIT(Py_TYPE(self))here:

https://github.com/python/cpython/blob/master/Objects/typeobject.c#L3562

A class owns references to its type (type) or another metaclass

Tim, could you confirm that that is the case?
History
Date User Action Args
2020-04-07 17:41:28pablogsalsetrecipients: + pablogsal, tim.peters, vstinner, serhiy.storchaka, corona10, shihai1991
2020-04-07 17:41:28pablogsalsetmessageid: <1586281288.12.0.877372072663.issue40217@roundup.psfhosted.org>
2020-04-07 17:41:28pablogsallinkissue40217 messages
2020-04-07 17:41:28pablogsalcreate