[Python-Dev] Renaming Include/object.h

Jack Jansen Jack.Jansen at cwi.nl
Thu Jan 4 00:09:40 CET 2007


On 3-Jan-2007, at 23:17 , Gregory P. Smith wrote:
> +1   on using the python/*.h subdirectory.

I'm a bit concerned about the "python/*.h": could it cause trouble in  
combination with Apple's framework naming convention (#include  
<QuickTime/Quicktime.h> magically gets the header out of the  
quicktime framework) and the case-insensitiveness of the Mac filesystem?

Will
	#include "python/blabla.h"
always find that file along the -I paths, and not somehow  
accidentally start looking for /Library/Framework/Python.framework/ 
Headers/blabla.h?
--
Jack Jansen, <Jack.Jansen at cwi.nl>, http://www.cwi.nl/~jack
If I can't dance I don't want to be part of your revolution -- Emma  
Goldman




More information about the Python-Dev mailing list