bpo-15913: Implement PyBuffer_SizeFromFormat() (GH-13873)
Implement PyBuffer_SizeFromFormat() function (previously documented but not implemented): call struct.calcsize().
Showing
Doc/c-api/buffer.rst
100644 → 100755
Include/cpython/abstract.h
100644 → 100755
Lib/test/test_buffer.py
100644 → 100755
Modules/_testcapimodule.c
100644 → 100755
Objects/abstract.c
100644 → 100755
Please register or sign in to comment