[Python-Dev] 2.4a2, and @decorators (original) (raw)
Raymond Hettinger python at rcn.com
Mon Aug 2 14:10:04 CEST 2004
- Previous message: [Python-Dev] 2.4a2, and @decorators
- Next message: [Python-Dev] 2.4a2, and @decorators
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
[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 HAVEUINTPTRT and HAVEINTPTRT 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
- Previous message: [Python-Dev] 2.4a2, and @decorators
- Next message: [Python-Dev] 2.4a2, and @decorators
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]