Message 365923 - Python tracker
Message365923
| 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:47 | serhiy.storchaka | set | recipients: + serhiy.storchaka, tim.peters, vstinner, corona10, pablogsal, shihai1991 |
| 2020-04-07 17:28:47 | serhiy.storchaka | set | messageid: <1586280527.82.0.160056104493.issue40217@roundup.psfhosted.org> |
| 2020-04-07 17:28:47 | serhiy.storchaka | link | issue40217 messages |
| 2020-04-07 17:28:47 | serhiy.storchaka | create | |