[Python-Dev] What is PyBuffer_SizeFromFormat?

Nick Coghlan ncoghlan at gmail.com
Wed Dec 1 04:51:11 CET 2010


On Wed, Dec 1, 2010 at 12:30 PM, INADA Naoki <songofacandy at gmail.com> wrote:
> PyBuffer_SizeFromFormat is documented and defined in abstract.h.
> But I can't find an implementation of the function.
> Do I overlook anything?

PEP 3118 describes what it is *meant* to do. Looks like it might be
yet another thing that was missed in the implementation of that PEP
though :P

Regards,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia


More information about the Python-Dev mailing list