[Python-Dev] Renaming Include/object.h (original) (raw)

"Martin v. Löwis" martin at v.loewis.de
Wed Jan 3 20:29:11 CET 2007


Guido van Rossum schrieb:

Maybe this should be done in a more systematic fashion? E.g. by giving all "internal" header files a "py" prefix?

Yet another alternative would be to move all such header files into a py/ directory, so you would refer to them as

#include "py/object.h"

Any preferences?

Regards, Martin



More information about the Python-Dev mailing list