[Python-Dev] arraymodule still broken?

Fredrik Lundh Fredrik Lundh" <effbot@telia.com
Thu, 29 Jun 2000 12:21:22 +0200


just checked everything out and rebuilt, the exceptions
problem sure disappeared, but I still get this error:

>>> import array
>>> array.array("H", [60000])
Traceback (most recent call last):
  File "<stdin>", line 1, in ?
OverflowError: signed short integer is greater than maximum

second opinion, anyone?

</F>