[Python-Dev] Renaming Include/object.h
"Martin v. Löwis"
martin at v.loewis.de
Thu Jan 4 08:15:47 CET 2007
Neal Norwitz schrieb:
> Wow, I didn't realize I was that much of a broken record. :-)
> I don't even remember talking to Thomas about it, only Guido. I
> definitely would like to see all private header files clearly denoted
> by their name or directory.
What is a private header file, and does Python have any?
I can see why Modules/sre.h is "private": it won't get installed at
all, so users can't include them. For everything in Include, I think
users can, and will, include them directly, unless they get them
through Python.h.
Regards,
Martin
More information about the Python-Dev
mailing list