[issue28126] Py_MEMCPY: Use memcpy on Windows?

Christian Heimes report at bugs.python.org
Tue Sep 13 14:15:36 EDT 2016


Christian Heimes added the comment:

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

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28126>
_______________________________________


More information about the Python-bugs-list mailing list