Home
last modified time | relevance | path

Searched refs:structseq_repr (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Objects/
Dstructseq.c237 structseq_repr(PyStructSequence *obj) in structseq_repr() function
489 type->tp_repr = (reprfunc)structseq_repr; in _PyStructSequence_InitType()
554 slots[1] = (PyType_Slot){Py_tp_repr, (reprfunc)structseq_repr}; in PyStructSequence_NewType()
/third_party/python/Misc/NEWS.d/
D3.8.0a3.rst48 Fix a possible crash in ``structseq_repr()``.