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 christian.heimes
Recipients christian.heimes, paul.moore, steve.dower, tim.golden, vstinner, zach.ware
Date 2016-09-13.18:15:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1473790536.31.0.0788175967008.issue28126@psf.upfronthosting.co.za>
In-reply-to
Content
As I said, I'm going to keep Py_MEMCPY around but replace it everywhere else.

/* Py_MEMCPY is kept for backwards compatibility,
 * see https://bugs.python.org/issue28126 */
#define Py_MEMCPY memcpy
History
Date User Action Args
2016-09-13 18:15:36christian.heimessetrecipients: + christian.heimes, paul.moore, vstinner, tim.golden, zach.ware, steve.dower
2016-09-13 18:15:36christian.heimessetmessageid: <1473790536.31.0.0788175967008.issue28126@psf.upfronthosting.co.za>
2016-09-13 18:15:36christian.heimeslinkissue28126 messages
2016-09-13 18:15:36christian.heimescreate