Message 365933 - Python tracker
Message365933
| 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:48 | pablogsal | set | recipients: + pablogsal, tim.peters, vstinner, serhiy.storchaka, corona10, shihai1991 |
| 2020-04-07 19:17:48 | pablogsal | set | messageid: <1586287068.19.0.157377622003.issue40217@roundup.psfhosted.org> |
| 2020-04-07 19:17:48 | pablogsal | link | issue40217 messages |
| 2020-04-07 19:17:48 | pablogsal | create | |