[issue28126] Py_MEMCPY: Use memcpy on Windows?

Steve Dower report at bugs.python.org
Tue Sep 13 09:45:18 EDT 2016


Steve Dower added the comment:

Yes, memcpy (or preferably memcpy_s, which includes the size of the destination) are basically intrinsics that will inline short copies and call out to a range of implementations depending on alignment/overlap/etc.

----------

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


More information about the Python-bugs-list mailing list