Question: PEP 3118 format strings and the buffer protocol

Ah, fair enough. Yes, PEP 3118 should be linked to in relevant portions of those docs. For example, it should be mentioned in the C API doc to Py_buffer::format.

Hmm, to be honest, I don’t think the most complex parts of PEP 3118 will ever be implemented anywhere (does any library make use of the “pointer” prefix? or of suboffsets?).