[Python-Dev] 2.4a2, and @decorators

Tim Peters tim.peters at gmail.com
Mon Aug 2 21:45:27 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.


More information about the Python-Dev mailing list