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 mirabilos
Recipients Ramchandra Apte, alanh, christian.heimes, ezio.melotti, jcea, mirabilos, pitrou, serhiy.storchaka, skrah, trent
Date 2013-05-10.20:26:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368217564.95.0.518720820533.issue17237@psf.upfronthosting.co.za>
In-reply-to
Content
file30203/ascii_decode_nonaligned.patch is potentially a nop (the struct being a multiple of, in the m68k case 4, bytes is not an indicator of whether to skip it).

I think we can be bold and put #if !defined(__m68k__) and #endif around the entire block and, should there ever be another architecture with similar issues, whitelist them there.
History
Date User Action Args
2013-05-10 20:26:04mirabilossetrecipients: + mirabilos, jcea, pitrou, christian.heimes, trent, ezio.melotti, alanh, skrah, Ramchandra Apte, serhiy.storchaka
2013-05-10 20:26:04mirabilossetmessageid: <1368217564.95.0.518720820533.issue17237@psf.upfronthosting.co.za>
2013-05-10 20:26:04mirabiloslinkissue17237 messages
2013-05-10 20:26:04mirabiloscreate