GH-94149: Fix unaligned access in convertsimple(). by matoro · Pull Request #94141 · python/cpython
Like python#6123 this pointer may be unaligned, so a memcpy() instead of simple assignment is required for strict architectures e.g. sparc.
matoro
changed the title
Fix unaligned access in convertsimple().
GH-94149: Fix unaligned access in convertsimple().
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters