![](https://secure.gravatar.com/avatar/bc2071afd499daef001e75e14d7f9cce.jpg?s=120&d=mm&r=g)
Aug. 2, 2004
12:10 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.
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