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 stutzbach
Recipients belopolsky, benjamin.peterson, christian.heimes, rolland, stutzbach
Date 2009-03-30.18:28:47
SpamBayes Score 1.242768e-07
Marked as misclassified No
Message-id <1238437728.82.0.0574491351662.issue2443@psf.upfronthosting.co.za>
In-reply-to
Content
Rolland,

The va_list is initialized by the function that calls objargs_mktuple. 
va_start() and va_end() need to be called in the function that takes
"..." as a parameter, and it is.

Not a bug, but +1 on Alexander's patch to consolidate all the #ifdef's
for cleanliness.
History
Date User Action Args
2009-03-30 18:28:49stutzbachsetrecipients: + stutzbach, belopolsky, christian.heimes, benjamin.peterson, rolland
2009-03-30 18:28:48stutzbachsetmessageid: <1238437728.82.0.0574491351662.issue2443@psf.upfronthosting.co.za>
2009-03-30 18:28:47stutzbachlinkissue2443 messages
2009-03-30 18:28:47stutzbachcreate