[Python-Dev] Unaligned accesses in coercions, current CSV
Mark.Favas@csiro.au
Mark.Favas@csiro.au
Thu, 20 Sep 2001 17:59:31 +0800
Yes, patch take 2 works just fine on Tru64 - thanks!
MCF
-----Original Message-----
From: Guido van Rossum [mailto:guido@python.org]
Sent: Thursday, 20 September 2001 1:01 PM
To: Mark Favas
Cc: python-dev@python.org
Subject: Re: [Python-Dev] Unaligned accesses in coercions, current CSV
> 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/)