[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
- Previous message: [Python-Dev] Renaming Include/object.h
- Next message: [Python-Dev] Renaming Include/object.h
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] Renaming Include/object.h
- Next message: [Python-Dev] Renaming Include/object.h
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]