[Python-Dev] What is PyBuffer_SizeFromFormat? (original) (raw)
Nick Coghlan ncoghlan at gmail.com
Wed Dec 1 04:51:11 CET 2010
- Previous message: [Python-Dev] What is PyBuffer_SizeFromFormat?
- Next message: [Python-Dev] Python and the Unicode Character Database
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Wed, Dec 1, 2010 at 12:30 PM, INADA Naoki <songofacandy at gmail.com> wrote:
PyBufferSizeFromFormat 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
- Previous message: [Python-Dev] What is PyBuffer_SizeFromFormat?
- Next message: [Python-Dev] Python and the Unicode Character Database
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]