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 belopolsky
Recipients belopolsky, christian.heimes, rolland
Date 2008-03-25.15:14:34
SpamBayes Score 0.073774055
Marked as misclassified No
Message-id <1206458076.63.0.619475373148.issue2443@psf.upfronthosting.co.za>
In-reply-to
Content
On the second thought the macro dance highlighted by OP belongs to 
pyport.h.  Attached patch defines Py_VA_COPY macro and uses it to simplify   
va_list copying code.
History
Date User Action Args
2008-03-25 15:14:36belopolskysetspambayes_score: 0.0737741 -> 0.073774055
recipients: + belopolsky, christian.heimes, rolland
2008-03-25 15:14:36belopolskysetspambayes_score: 0.0737741 -> 0.0737741
messageid: <1206458076.63.0.619475373148.issue2443@psf.upfronthosting.co.za>
2008-03-25 15:14:36belopolskylinkissue2443 messages
2008-03-25 15:14:35belopolskycreate