[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


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



More information about the Python-Dev mailing list