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.19:17:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1586287068.19.0.157377622003.issue40217@roundup.psfhosted.org>
In-reply-to
Content
In https://github.com/python/cpython/pull/19414 I have attached a proof of concept of a wrapper for tp_traverse that only affects types created by PyType_FromSpec that will call Py_VISIT(Py_TYPE(self)) and then the user function.
History
Date User Action Args
2020-04-07 19:17:48pablogsalsetrecipients: + pablogsal, tim.peters, vstinner, serhiy.storchaka, corona10, shihai1991
2020-04-07 19:17:48pablogsalsetmessageid: <1586287068.19.0.157377622003.issue40217@roundup.psfhosted.org>
2020-04-07 19:17:48pablogsallinkissue40217 messages
2020-04-07 19:17:48pablogsalcreate