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 IROV
Recipients IROV, amaury.forgeotdarc
Date 2011-01-10.20:28:38
SpamBayes Score 0.04485652
Marked as misclassified No
Message-id <1294691320.54.0.318088138891.issue10880@psf.upfronthosting.co.za>
In-reply-to
Content
case 'g':
		{
			int n;
			n = va_arg(*p_va, int);

			if (n == 0)
				Py_RETURN_FALSE;
			else
				Py_RETURN_TRUE;
		}
History
Date User Action Args
2011-01-10 20:28:40IROVsetrecipients: + IROV, amaury.forgeotdarc
2011-01-10 20:28:40IROVsetmessageid: <1294691320.54.0.318088138891.issue10880@psf.upfronthosting.co.za>
2011-01-10 20:28:38IROVlinkissue10880 messages
2011-01-10 20:28:38IROVcreate