[Python-checkins] CVS: python/dist/src/Modules _hotshot.c,1.6,1.7

Fred L. Drake, Jr. fdrake@acm.org
Tue, 23 Oct 2001 21:42:58 -0400


Jack Jansen writes:
 > Got this to work in MacPython. The code is #ifdef macintosh style
 > (to match the existing #ifdef MS_WINDOWS), but eventually ifdeffing
 > on configure features is probably better.

  Thanks!

 > + #ifdef macintosh
 > + #define PATH_MAX 254
 > + #endif
 > + 

  This in particular looks like it could go in Include/pyport.h.  This
constant is also used in Python/dynload_beos.c, and seems fairly
general.


  -Fred

-- 
Fred L. Drake, Jr.  <fdrake at acm.org>
PythonLabs at Zope Corporation