[Python-Dev] .clinic.c vs .c.clinic

Nick Coghlan ncoghlan at gmail.com
Mon Jan 20 14:03:16 CET 2014


On 20 January 2014 21:14, Serhiy Storchaka <storchaka at gmail.com> wrote:
> 20.01.14 10:05, Larry Hastings написав(ла):
>> Contestant 4: "Put in clinic directory, add .h"
>>
>>     foo.c -> clinic/foo.c.h
>>     foo.h -> clinic/foo.h.h
>
>
> -1. (Generated files are located far from origins, directory name clutters
> the namespace of directory names).

Larry's not talking about a top level directory here (at least I hope
he isn't). This proposal would mean using "Objects/clinic",
"Python/clinic", "Modules/clinic" as appropriate.

That's substantially *less* directory clutter rather than more, just
like __pycache__ vs the old model of implicitly creating adjacent .pyc
and .pyo files.

Cheers,
Nick.

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


More information about the Python-Dev mailing list