Searched refs:structseq_repr (Results 1 – 2 of 2) sorted by relevance
237 structseq_repr(PyStructSequence *obj) in structseq_repr() function489 type->tp_repr = (reprfunc)structseq_repr; in _PyStructSequence_InitType()554 slots[1] = (PyType_Slot){Py_tp_repr, (reprfunc)structseq_repr}; in PyStructSequence_NewType()
48 Fix a possible crash in ``structseq_repr()``.