On Wed, Dec 1, 2010 at 12:30 PM, INADA Naoki <[email protected]> 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 | [email protected] | Brisbane, Australia _______________________________________________ Python-Dev mailing list [email protected] http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
