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

Larry Hastings larry at hastings.org
Mon Jan 20 22:43:19 CET 2014


On 01/20/2014 11:09 AM, Barry Warsaw wrote:

On Jan 20, 2014, at 12:05 AM, Larry Hastings wrote:

Contestant 5: "Put in clinic directory, add .h"

foo.c -> clinic/foo.c.h foo.h -> clinic/foo.h.h This is cached output right? IOW, it can be regenerated if it's missing. If so, this seems like a nice parallel to pycache. It's mostly hidden until you want to go looking for it. +1

It's cached output. The difference to pycache is that the output will be checked in, and is something you might ever want to examine.

//arry/ -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20140120/fec6824d/attachment.html>



More information about the Python-Dev mailing list