[Python-Dev] Unaligned accesses in coercions, current CSV

Guido van Rossum guido@python.org
Thu, 20 Sep 2001 01:00:49 -0400


> On a Compaq Alpha (Tru64 Unix, 4.0F), the following code (from
> test_descr.py) produces unaligned access warnings when run:

I think this is a duplicate of bug report #462848.  See the second
patch attached there and let me know if it fixes it!

--Guido van Rossum (home page: http://www.python.org/~guido/)