[Python-Dev] .clinic.c vs .c.clinic (original) (raw)
Antoine Pitrou solipsis at pitrou.net
Sat Jan 18 18:09:21 CET 2014
- Previous message: [Python-Dev] .clinic.c vs .c.clinic
- Next message: [Python-Dev] .clinic.c vs .c.clinic
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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.
- Previous message: [Python-Dev] .clinic.c vs .c.clinic
- Next message: [Python-Dev] .clinic.c vs .c.clinic
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]