Message 394799 - Python tracker
Message394799
| Author | vstinner |
|---|---|
| Recipients | miss-islington, pablogsal, vstinner |
| Date | 2021-05-31.09:19:55 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1622452795.48.0.123149041912.issue44263@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
I reopen the issue. I would prefer to change PyType_FromSpecWithBases() to raise an error if a type has the Py_TPFLAGS_HAVE_GC flag but its tp_traverse function is NULL. Oops, the Python stdlib has more types than only _ssl.SSLError with this error: * _decimal: PyDecSignalDictMixin_Type (internal type) * _testcapi: heapctype |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-05-31 09:19:55 | vstinner | set | recipients: + vstinner, pablogsal, miss-islington |
| 2021-05-31 09:19:55 | vstinner | set | messageid: <1622452795.48.0.123149041912.issue44263@roundup.psfhosted.org> |
| 2021-05-31 09:19:55 | vstinner | link | issue44263 messages |
| 2021-05-31 09:19:55 | vstinner | create | |