Pablo Galindo Salgado <pablog...@gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue40217>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to