This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author alanh
Recipients alanh
Date 2013-02-19.14:31:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361284308.62.0.1198849813.issue17237@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-02-19 14:31:48alanhsetrecipients: + alanh
2013-02-19 14:31:48alanhsetmessageid: <1361284308.62.0.1198849813.issue17237@psf.upfronthosting.co.za>
2013-02-19 14:31:48alanhlinkissue17237 messages
2013-02-19 14:31:48alanhcreate