A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2001-September/017569.html below:

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

[Python-Dev] Unaligned accesses in coercions, current CSVMark Favas mark.favas@csiro.au
Thu, 20 Sep 2001 05:21:02 +0800
On a Compaq Alpha (Tru64 Unix, 4.0F), the following code (from
test_descr.py) produces unaligned access warnings when run:

class L(long): pass
coerce(L(0), 0)
coerce(L(0), 0L)
coerce(0, L(0))
coerce(0L, L(0))

Unaligned access pid=5070 <python> va=0x1400c9266 pc=0x120031228
ra=0x120031218 inst=0xa6000000
Unaligned access pid=5070 <python> va=0x1400d9086 pc=0x120031228
ra=0x120031218 inst=0xa6000000
Unaligned access pid=5070 <python> va=0x1400c9266 pc=0x120031228
ra=0x120031218 inst=0xa6000000
Unaligned access pid=5070 <python> va=0x1400c9266 pc=0x120031228
ra=0x120031218 inst=0xa6000000

I'll try to chase this further, but work is a bit fraught at the
moment... If you want me to log it as a bug, let me know.

-- 
Mark Favas  -   m.favas@per.dem.csiro.au
CSIRO, Private Bag No 5, Wembley, Western Australia 6913, AUSTRALIA



RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4