Steve Dower added the comment:

> They might get a tiny bit faster on Windows, if they have used Py_MEMCPY() 
> for up to 16 bytes

Even that's unlikely as the loop in the macro would have been unrolled in 
practically every case.

This is about removing an unnecessary macro. Certainly no API change unless we 
delete it entirely (which I'm okay with), and IMHO if it has an issue number it 
should go in NEWS. Maybe build is the right section?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28126>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to