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 serhiy.storchaka
Recipients Ramchandra Apte, alanh, christian.heimes, ezio.melotti, jcea, pitrou, serhiy.storchaka, skrah, trent
Date 2013-02-19.21:36:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1361309797.99.0.264311283285.issue17237@psf.upfronthosting.co.za>
In-reply-to
Content
Perhaps we should disable not only assert, but all optimized code inside #if SIZEOF_LONG <= SIZEOF_VOID_P / #endif block. Benchmarks needed to measure either unaligned writing speedup or slowdown decoding.
History
Date User Action Args
2013-02-19 21:36:38serhiy.storchakasetrecipients: + serhiy.storchaka, jcea, pitrou, christian.heimes, trent, ezio.melotti, alanh, skrah, Ramchandra Apte
2013-02-19 21:36:37serhiy.storchakasetmessageid: <1361309797.99.0.264311283285.issue17237@psf.upfronthosting.co.za>
2013-02-19 21:36:37serhiy.storchakalinkissue17237 messages
2013-02-19 21:36:37serhiy.storchakacreate