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 pitrou
Recipients belopolsky, benjamin.peterson, christian.heimes, pitrou, r.david.murray, rolland, stutzbach
Date 2010-08-11.09:27:27
SpamBayes Score 0.008646958
Marked as misclassified No
Message-id <1281518849.9.0.344616394895.issue2443@psf.upfronthosting.co.za>
In-reply-to
Content
Looks like a good idea. Don't other compilers have __va_copy equivalents?
Apparently, C99 defines va_copy(), which we could use conditionally.
History
Date User Action Args
2010-08-11 09:27:30pitrousetrecipients: + pitrou, belopolsky, christian.heimes, benjamin.peterson, stutzbach, rolland, r.david.murray
2010-08-11 09:27:29pitrousetmessageid: <1281518849.9.0.344616394895.issue2443@psf.upfronthosting.co.za>
2010-08-11 09:27:28pitroulinkissue2443 messages
2010-08-11 09:27:27pitroucreate