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 <[email protected]>
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: <[email protected]>
2015-12-08 15:45:41serhiy.storchakalinkissue25823 messages
2015-12-08 15:45:41serhiy.storchakacreate