On Sat, Jan 18, 2014 at 12:10 PM, Serhiy Storchaka <[email protected]> wrote: > 18.01.14 19:09, Antoine Pitrou написав(ла): > >> On Sat, 18 Jan 2014 18:06:06 +0100 >> Stefan Krah <[email protected]> wrote: >>>> >>>> I'd rather see memoryview.h than memoryview.clinic.c. >>> >>> >>> Or, if this collides with Include/*, one of the following: >>> >>> memoryview_func.h // public functions >>> >>> memoryview_if.h // public interface >> >> >> Objects/memoryview.clinic.h should be fine. > > > All my objections against .clinic.c are applicable to .clinic.h as well.
Would it be of any help for the clinic files to live in their own separate directory? Say, instead of Objects/memoryview.clinic.c, Clinic/memoryview.clinic.c? -- Zach _______________________________________________ Python-Dev mailing list [email protected] https://mail.python.org/mailman/listinfo/python-dev Unsubscribe: https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com
