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 serhiy.storchaka
Recipients corona10, pablogsal, serhiy.storchaka, shihai1991, tim.peters, vstinner
Date 2020-04-07.17:28:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1586280527.82.0.160056104493.issue40217@roundup.psfhosted.org>
In-reply-to
Content
It would be inconvenient to require adding Py_VISIT(Py_TYPE(self)) in all tp_visit implementations of heap allocated types (including third-party extensions). Since tp_visit is GC specific thing, I think it wold be more convenient make a special case for object types.
History
Date User Action Args
2020-04-07 17:28:47serhiy.storchakasetrecipients: + serhiy.storchaka, tim.peters, vstinner, corona10, pablogsal, shihai1991
2020-04-07 17:28:47serhiy.storchakasetmessageid: <1586280527.82.0.160056104493.issue40217@roundup.psfhosted.org>
2020-04-07 17:28:47serhiy.storchakalinkissue40217 messages
2020-04-07 17:28:47serhiy.storchakacreate