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 vstinner
Recipients pablogsal, vstinner
Date 2019-04-12.20:07:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1555099632.25.0.449555647538.issue36618@roundup.psfhosted.org>
In-reply-to
Content
I merged a "workaround" in the master branch. Python 2.7 and 3.7 are also affected, but I prefer to wait to see if the change goes through buildbots.

The real fix would be to modify pymalloc to use 16-byte alignement, but that's a more complex issue :-)
History
Date User Action Args
2019-04-12 20:07:12vstinnersetrecipients: + vstinner, pablogsal
2019-04-12 20:07:12vstinnersetmessageid: <1555099632.25.0.449555647538.issue36618@roundup.psfhosted.org>
2019-04-12 20:07:12vstinnerlinkissue36618 messages
2019-04-12 20:07:11vstinnercreate