![](https://secure.gravatar.com/avatar/7c721b6de34c82ce39324dae5214dbf8.jpg?s=120&d=mm&r=g)
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.