[New-bugs-announce] [issue17237] m68k aligns on 16bit boundaries.
Alan Hourihane
report at bugs.python.org
Tue Feb 19 15:31:48 CET 2013
New submission from Alan Hourihane:
On m68k this assert triggers in Python/unicodeobject.c:4658 because m68k architectures can align on 16bit boundaries.
assert(!((size_t) dest & LONG_PTR_MASK));
I'm not sure of the wider implications in Python as to how to rectify.
----------
components: Build
messages: 182381
nosy: alanh
priority: normal
severity: normal
status: open
title: m68k aligns on 16bit boundaries.
versions: Python 3.3
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17237>
_______________________________________
More information about the New-bugs-announce
mailing list