[Python-Dev] 2.4a2, and @decorators

Raymond Hettinger python at rcn.com
Mon Aug 2 14:10:04 CEST 2004


> [Raymond Hettinger]
> > Is anyone else seeing a stack overflow assertion error in
test_pyclbr.py
> > (WinMe, MSVC++6.0)?
> 
> BTW, which version of Python are you talking about?  Current CVS can't
> compile under MSVC 6.0 anymore, because PC/pyconfig.h #defines
> HAVE_UINTPTR_T and HAVE_INTPTR_T now, which aren't correct for VC6,
> and then pyport.h goes nuts -- virtually nothing compiles anymore
> unless you use VC7.1.

I'm still with 6.0.  Had to hack a couple lines of pyport.h and
socketmodule.c which worked fine until yesterday.  

Too bad about 6.0.  I had thought the plan was to support both 6.0 and
7.1.  I'm not sure what we gained by dropping 6.0 right at the end :-(


Raymond



More information about the Python-Dev mailing list