
Aug. 2, 2004
7:45 p.m.
[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.