Message 365927 - Python tracker
Message365927
| Author | pablogsal |
|---|---|
| Recipients | corona10, pablogsal, serhiy.storchaka, shihai1991, tim.peters, vstinner |
| Date | 2020-04-07.17:41:28 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1586281288.12.0.877372072663.issue40217@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
Hummm, I think we may just be missing a Py_VISIT(Py_TYPE(self))here: https://github.com/python/cpython/blob/master/Objects/typeobject.c#L3562 A class owns references to its type (type) or another metaclass Tim, could you confirm that that is the case? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2020-04-07 17:41:28 | pablogsal | set | recipients: + pablogsal, tim.peters, vstinner, serhiy.storchaka, corona10, shihai1991 |
| 2020-04-07 17:41:28 | pablogsal | set | messageid: <1586281288.12.0.877372072663.issue40217@roundup.psfhosted.org> |
| 2020-04-07 17:41:28 | pablogsal | link | issue40217 messages |
| 2020-04-07 17:41:28 | pablogsal | create | |