more malloc weirdness

Charles G Waldman cgw at fnal.gov
Sat May 29 10:58:01 EDT 1999


This is on a Sun machine:

>>> x=sys.maxint*[1,]
Traceback (innermost last):
  File "<stdin>", line 1, in ?
MemoryError
>>> x=sys.maxint*(1,)
Segmentation Fault (core dumped)





More information about the Python-list mailing list