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 python-dev
Recipients christian.heimes, paul.moore, python-dev, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-09-13.18:22:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20160913182239.24072.15013.41D56B3F@psf.io>
In-reply-to
Content
New changeset bedce61ae0a0 by Christian Heimes in branch '3.6':
Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly optimize memcpy().
https://hg.python.org/cpython/rev/bedce61ae0a0

New changeset f5d32ed0f9c2 by Christian Heimes in branch 'default':
Issue #28126: Replace Py_MEMCPY with memcpy(). Visual Studio can properly optimize memcpy().
https://hg.python.org/cpython/rev/f5d32ed0f9c2
History
Date User Action Args
2016-09-13 18:22:44python-devsetrecipients: + python-dev, paul.moore, vstinner, christian.heimes, tim.golden, zach.ware, steve.dower
2016-09-13 18:22:44python-devlinkissue28126 messages
2016-09-13 18:22:43python-devcreate