[Python-Dev] Private header files (Was: Renaming Include/object.h) (original) (raw)
"Martin v. Löwis" martin at v.loewis.de
Thu Jan 4 17:33:12 CET 2007
- Previous message: [Python-Dev] Private header files (Was: Renaming Include/object.h)
- Next message: [Python-Dev] Private header files (Was: Renaming Include/object.h)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Barry Warsaw schrieb:
I agree. I don't mind if Python.h is just a wrapper around #includes from python/*.h. I think we should add structmember.h and structseq.h to Python.h and perhaps move everything else into a 'python' subdirectory.
For the python subdirectory, there is the issue that the framework includes in OSX magically look for python.framework when searching for python/foo.h, which they find, so that may get us the wrong version. Somebody would have to study the details here, first.
Regards, Martin
- Previous message: [Python-Dev] Private header files (Was: Renaming Include/object.h)
- Next message: [Python-Dev] Private header files (Was: Renaming Include/object.h)
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]