[Python-Dev] Big trouble in CVS Python (original) (raw)

Jeremy Hylton jeremy@alum.mit.edu
13 Apr 2003 14:13:13 -0400


On Sun, 2003-04-13 at 03:05, Tim Peters wrote:

Under current CVS, release build, running regrtest.py crashes very soon after entering test_all.py for me, on two different machines (but both_ Windows). The C stack has gotten lost by this point, and the program counter is pointing into static data(!), about a dozen bytes beyond the start of Python's static PyFloatType type.

Unfortunately, I don't see any problem at all in a release build on my Linux box.

Jeremy