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 mark.dickinson, rhettinger, serhiy.storchaka, vstinner
Date 2015-12-08.15:45:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1449589541.33.0.22857121769.issue25823@psf.upfronthosting.co.za>
In-reply-to
Content
In about a half cases next_instr points to unaligned 16-bit value. Not all platforms allow access to unaligned data. We need other test in additional to PY_LITTLE_ENDIAN to allow this optimization.
History
Date User Action Args
2015-12-08 15:45:41serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, mark.dickinson, vstinner
2015-12-08 15:45:41serhiy.storchakasetmessageid: <1449589541.33.0.22857121769.issue25823@psf.upfronthosting.co.za>
2015-12-08 15:45:41serhiy.storchakalinkissue25823 messages
2015-12-08 15:45:41serhiy.storchakacreate