Message394799
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 |
|
| 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: <[email protected]> |
| 2021-05-31 09:19:55 | vstinner | link | issue44263 messages |
| 2021-05-31 09:19:55 | vstinner | create | |
|