[Python-Dev] .clinic.c vs .c.clinic (original) (raw)

Antoine Pitrou solipsis at pitrou.net
Sat Jan 18 18:09:21 CET 2014


On Sat, 18 Jan 2014 18:06:06 +0100 Stefan Krah <stefan at bytereef.org> wrote:

> I'd rather see memoryview.h than memoryview.clinic.c.

Or, if this collides with Include/*, one of the following: memoryviewfunc.h // public functions memoryviewif.h // public interface

Objects/memoryview.clinic.h should be fine.

Regards

Antoine.



More information about the Python-Dev mailing list