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 amaury.forgeotdarc
Recipients IROV, amaury.forgeotdarc
Date 2011-01-10.17:05:03
SpamBayes Score 0.045412093
Marked as misclassified No
Message-id <1294679104.95.0.268403770597.issue10880@psf.upfronthosting.co.za>
In-reply-to
Content
What makes you think it should be a boolean?
in http://docs.python.org/py3k/c-api/arg.html#Py_BuildValue "b" means "byte" and is processed as a tiny integer.

Now, that's true that Py_BuildValue could have a format for boolean values.  Maybe with a "?" parameter?
History
Date User Action Args
2011-01-10 17:05:05amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, IROV
2011-01-10 17:05:04amaury.forgeotdarcsetmessageid: <1294679104.95.0.268403770597.issue10880@psf.upfronthosting.co.za>
2011-01-10 17:05:03amaury.forgeotdarclinkissue10880 messages
2011-01-10 17:05:03amaury.forgeotdarccreate