[issue2443] Define Py_VA_COPY macro as a cross-platform replacement for gcc __va_copy

Antoine Pitrou report at bugs.python.org
Wed Aug 11 11:27:29 CEST 2010


Antoine Pitrou <pitrou at free.fr> added the comment:

Looks like a good idea. Don't other compilers have __va_copy equivalents?
Apparently, C99 defines va_copy(), which we could use conditionally.

----------
nosy: +pitrou

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


More information about the Python-bugs-list mailing list