Open arkamar opened 5 months ago
The actual error is:
python: ./Include/internal/pycore_object.h:284: _PyObject_Init: Assertion `_PyType_HasFeature(typeobj, Py_TPFLAGS_HEAPTYPE) || _Py_IsImmortal(typeobj)' failed.
and typeobj
is:
$1 = (PyTypeObject *) 0x55e97638b580 <_PyExc_TypeError>
So this is probably https://github.com/PyO3/pyo3/issues/4311.
I tried to test nh3-0.2.17 with Python 3.13.0b2 and the test suit is aborted with following output: