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 Digitalxero
Recipients Digitalxero, IROV, amaury.forgeotdarc, temoto
Date 2011-02-27.05:30:27
SpamBayes Score 0.00017258115
Marked as misclassified No
Message-id <1298784628.46.0.933571200525.issue10880@psf.upfronthosting.co.za>
In-reply-to
Content
Add a boolean format option to Py_BuildValue and Py_VaBuildValue

Also added some tests to test_capi that verifies Py_BuildValue is building the right type. I did not add tests for every possible type as it has lived this long without, but I did want to test my new code.
History
Date User Action Args
2011-02-27 05:30:28Digitalxerosetrecipients: + Digitalxero, amaury.forgeotdarc, temoto, IROV
2011-02-27 05:30:28Digitalxerosetmessageid: <1298784628.46.0.933571200525.issue10880@psf.upfronthosting.co.za>
2011-02-27 05:30:27Digitalxerolinkissue10880 messages
2011-02-27 05:30:27Digitalxerocreate