[Python-Dev] PEP 384 final review (original) (raw)

Nick Coghlan ncoghlan at gmail.com
Mon Nov 29 15:07:32 CET 2010


On Mon, Nov 29, 2010 at 9:40 AM, "Martin v. Löwis" <martin at v.loewis.de> wrote:

I have now completed

http://www.python.org/dev/peps/pep-0384/ Benjamin has volunteered to rule on this PEP. Please comment with any changes you want to see, or speak in favor or against this PEP.

This is probably an issue independent of the PEP, but there appear to be a lot of exposed typedefs for various type slots and other function signatures that don't start with the Py prefix (i.e. getter, setter, unaryfunc and friends). Python.h shouldn't be leaking unprefixed names like that. We certainly shouldn't be enshrining them in the stable ABI without adding prefixes first.

Cheers, Nick.

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



More information about the Python-Dev mailing list