> Ok, here is a 55 bytes sourcecode: > > b = {} > for i in range(1000000): > b[i] = [0] * 60 > > --> segfault with cygwin. Looks like a bug in CYGWIN malloc then. --Guido van Rossum (home page: http://www.python.org/~guido/)