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, shihai1991, vstinner
Date 2020-04-07.17:20:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1586280027.99.0.10843733759.issue40217@roundup.psfhosted.org>
In-reply-to
Content
Also, heap types (created with type_new()) are already taking into account the type when visiting references:

https://github.com/python/cpython/blob/master/Objects/typeobject.c#L1111
History
Date User Action Args
2020-04-07 17:20:28pablogsalsetrecipients: + pablogsal, vstinner, corona10, shihai1991
2020-04-07 17:20:27pablogsalsetmessageid: <1586280027.99.0.10843733759.issue40217@roundup.psfhosted.org>
2020-04-07 17:20:27pablogsallinkissue40217 messages
2020-04-07 17:20:27pablogsalcreate