cpython/Misc/NEWS.d/next/Core and Builtins/2019-06-06-20-52-38.bpo-159...

4 lines
157 B
ReStructuredText

Implement :c:func:`PyBuffer_SizeFromFormat()` function (previously
documented but not implemented): call :func:`struct.calcsize`.
Patch by Joannah Nanjekye.