[Python-Dev] Private header files (Was: Renaming Include/object.h) (original) (raw)
Fred L. Drake, Jr. fdrake at acm.org
Thu Jan 4 17:56:47 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 ]
On Thursday 04 January 2007 11:33, Martin v. Löwis wrote:
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.
If everything public gets included from Python.h, perhaps python/object.h and friends could become pythonX.Y/object.h; I'm not sure this will solve the Mac OS framework magic issue, though, not being a Mac OS developer.
-Fred
-- Fred L. Drake, Jr.
- 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 ]