[Python-Dev] PEP 3118: Extended buffer protocol (new version)
Nick Coghlan
ncoghlan at gmail.com
Tue Apr 10 12:02:46 CEST 2007
Carl Banks wrote:
> Another little mistake I made: looking at the Python source, it seems
> that most C defines do not use the Py_ prefix, so probably we shouldn't
> here. Sorry.
Most of the #define's aren't exposed via Python.h and aren't part of the
public C API. The public ones are meant to use the prefix.
Cheers,
Nick.
--
Nick Coghlan | ncoghlan at gmail.com | Brisbane, Australia
---------------------------------------------------------------
http://www.boredomandlaziness.org
More information about the Python-Dev
mailing list